aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/conduit/Makefile.am6
2 files changed, 9 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index fad94575c8..b99ff7e04b 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-31 Ettore Perazzoli <ettore@helixcode.com>
+
+ * conduit/Makefile.am (INCLUDES): Add `BONOBO_GNOME_CFLAGS' and
+ `-I$(top_srcdir)'.
+
2000-08-31 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/Makefile.am: Install load-gnomecard-addressbook
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am
index c45e24714d..da094e6a72 100644
--- a/addressbook/conduit/Makefile.am
+++ b/addressbook/conduit/Makefile.am
@@ -1,6 +1,8 @@
-INCLUDES = \
- -I$(top_srcdir)/addressbook \
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/addressbook \
-I$(top_srcdir)/addressbook/backend \
+ $(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
bin_PROGRAMS = address-conduit-control-applet