Builddir != srcdir loving.
authorEttore Perazzoli <ettore@src.gnome.org>
Wed, 29 Nov 2000 12:33:21 +0000 (12:33 +0000)
committerEttore Perazzoli <ettore@src.gnome.org>
Wed, 29 Nov 2000 12:33:21 +0000 (12:33 +0000)
camel/ChangeLog
camel/providers/mbox/camel-mbox-summary.c
camel/tests/lib/Makefile.am

index 4db4d32..c3f7bb0 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Ettore Perazzoli  <ettore@helixcode.com>
+
+       * tests/lib/Makefile.am (INCLUDES): `$(top_srcdir)' for builddir
+       != srcdir compilation.
+
 2000-11-29  Not Zed  <NotZed@HelixCode.com>
 
        * tests/message/test2.c (main): Add a missed unref.
index 5da259c..730e9a2 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 #define io(x)
-#define d(x)
+#define d(x) x
 
 #define CAMEL_MBOX_SUMMARY_VERSION (0x1000)
 
index db09b0c..a87dc59 100644 (file)
@@ -1,4 +1,6 @@
 
+INCLUDES = -I$(top_srcdir)
+
 check_LIBRARIES = libcameltest.a
 
 libcameltest_a_SOURCES = \