aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-01 11:17:57 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-01 11:17:57 +0800
commit64fdd80faab0d58532289ae7c5a0805041956ad1 (patch)
tree8c5bf8e0b2afa86118af47426edd32fc675ff233 /addressbook
parent3441e17ab919b707fea1920feef7cc43874fec2e (diff)
downloadgsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar
gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.gz
gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.bz2
gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.lz
gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.xz
gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.zst
gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.zip
Get the conduit to compile on my system.
svn path=/trunk/; revision=5156
Diffstat (limited to 'addressbook')
-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