aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/lib/Makefile.am
blob: 93ec07abd5c46abe57926d66e298fcc1ce9c589f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

INCLUDES =                      \
    -I$(includedir)                 \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/intl                \
    -I$(top_srcdir)/e-util              \
    -I$(top_srcdir)/camel               \
    $(CAMEL_CFLAGS)

check_LIBRARIES = libcameltest.a

libcameltest_a_SOURCES = \
    camel-test.c camel-test.h \
    messages.c messages.h \
    addresses.c addresses.h \
    folders.c folders.h \
    session.c session.h \
    streams.c streams.h \
    address-data.h

libcameltest_a_LIBADD =             \
    $(top_builddir)/e-util/libeutil.la