From 356797dc2986dbb0843c1bf4d5a5b1db5224686e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 4 Jan 2001 19:40:10 +0000 Subject: fix includes for compilation 2001-01-04 JP Rosevear * 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 --- camel/tests/lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camel/tests/lib/Makefile.am') diff --git a/camel/tests/lib/Makefile.am b/camel/tests/lib/Makefile.am index 64190473f5..ea51a2c28a 100644 --- a/camel/tests/lib/Makefile.am +++ b/camel/tests/lib/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir) +INCLUDES = -I$(includedir) check_LIBRARIES = libcameltest.a @@ -10,3 +10,4 @@ libcameltest_a_SOURCES = \ folders.c folders.h \ streams.c streams.h \ address-data.h + -- cgit v1.2.3