aboutsummaryrefslogtreecommitdiffstats
path: root/shell/test/Makefile.am
blob: 8a2efd8a4a999632efe632799f1d968c956bc2bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
component_LTLIBRARIES = libevolution-test.la

AM_CPPFLAGS =                   \
    -I$(top_srcdir)/shell           \
    -I$(top_srcdir)/widgets/misc        \
    -I$(top_builddir)/shell         \
    -DG_LOG_DOMAIN=\"evolution-test\"   \
    $(EVOLUTION_TEST_CFLAGS)

libevolution_test_la_SOURCES =          \
    evolution-test-component.c      \
    evolution-test-component.h

libevolution_test_la_LIBADD =           \
    $(top_builddir)/shell/libeshell.la  \
    $(EVOLUTION_TEST_LIBS)

libevolution_test_la_LDFLAGS =          \
    -avoid-version -module $(NO_UNDEFINED)

testserver_in_files = GNOME_Evolution_Test.server.in.in
testserver_DATA = $(testserver_in_files:.server.in.in=.server)
testserverdir = $(serverdir)
@EVO_SERVER_RULE@
@INTLTOOL_SERVER_RULE@

BUILT_SOURCES = $(testserver_DATA)
CLEANFILES = $(BUILT_SOURCES)

EXTRA_DIST =                    \
    $(testserver_in_files)          \
    GNOME_Evolution_Test.server.in.in

dist-hook:
    cd $(distdir); rm -f $(BUILD_SOURCES)

-include $(top_srcdir)/git.mk