summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-04-02 15:37:28 +0000
committerJP Rosevear <jpr@src.gnome.org>2004-04-02 15:37:28 +0000
commit5a7f5a49161ffdbc5ebd70df45a8d1d70bda0824 (patch)
tree00828c2d9d188a895013d5fcf4fb3f5e365ec6d6
parentac5965b93038f5c1292e84d96cb3e50837c0fab3 (diff)
downloadevolution-data-server-5a7f5a49161ffdbc5ebd70df45a8d1d70bda0824.tar.gz
fix includes for builddir != srcdir
2004-04-02 JP Rosevear <jpr@ximian.com> * backends/groupwise/Makefile.am: fix includes for builddir != srcdir
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/backends/groupwise/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e74b4c40f..579506230 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-02 JP Rosevear <jpr@ximian.com>
+
+ * backends/groupwise/Makefile.am: fix includes for builddir != srcdir
+
2004-03-31 Chris Toshok <toshok@ximian.com>
* libebook/e-contact.c (e_contact_get_first_attr): ignore the
diff --git a/addressbook/backends/groupwise/Makefile.am b/addressbook/backends/groupwise/Makefile.am
index 66b2a1df1..78db548c5 100644
--- a/addressbook/backends/groupwise/Makefile.am
+++ b/addressbook/backends/groupwise/Makefile.am
@@ -1,5 +1,7 @@
INCLUDES = \
-DG_LOG_DOMAIN=\"libebookbackend\" \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
-I$(top_srcdir)/addressbook \
-I$(top_builddir)/addressbook \
-I$(top_srcdir)/servers/groupwise \