aboutsummaryrefslogtreecommitdiffstats
path: root/shell/test/Makefile.am
blob: f667ee42fe24cce172bf85626fe3440a45861799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module_LTLIBRARIES = libevolution-test.la

INCLUDES =                  \
    -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-module.c

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

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