From 64fdd80faab0d58532289ae7c5a0805041956ad1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 1 Sep 2000 03:17:57 +0000 Subject: Get the conduit to compile on my system. svn path=/trunk/; revision=5156 --- addressbook/ChangeLog | 5 +++++ addressbook/conduit/Makefile.am | 6 ++++-- 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 + + * conduit/Makefile.am (INCLUDES): Add `BONOBO_GNOME_CFLAGS' and + `-I$(top_srcdir)'. + 2000-08-31 Christopher James Lahey * 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 -- cgit