2001-01-04 JP Rosevear <jpr@helixcode.com> * tests/lib/Makefile.am: fix includes for compilation * tests/message/Makefile.am: Build test3 again * tests/message/test2.c: Kill warnings with header includes * tests/message/test3.c: ditto * tests/lib/streams.c: ditto * tests/lib/camel-test.c: ditto * tests/lib/messages.c: ditto * tests/lib/folders.c: ditto svn path=/trunk/; revision=7253
14 lines
234 B
Makefile
14 lines
234 B
Makefile
|
|
INCLUDES = -I$(includedir)
|
|
|
|
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 \
|
|
streams.c streams.h \
|
|
address-data.h
|
|
|