From 7f184616bdff730ee67d4f6dde5b982251be16a9 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 26 Jun 2001 22:32:38 +0000 Subject: libwombat: 2001-06-25 Peter Williams * Makefile.am (libwombat_static_la_SOURCES): Create a static libwombat for the conduits. calendar: 2001-06-25 Peter Williams * conduits/calendar/Makefile.am (INCLUDES): Fixes for srcdir != builddir. Link to the static libwombat. * conduits/todo/Makefile.am (INCLUDES): Here too. addressbook: 2001-06-25 Peter Williams * conduit/Makefile.am (INCLUDES): Fix for srcdir != builddir. svn path=/trunk/; revision=10511 --- addressbook/ChangeLog | 4 ++++ addressbook/conduit/Makefile.am | 1 + 2 files changed, 5 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e98d406b16..09c75a89e0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2001-06-25 Peter Williams + + * conduit/Makefile.am (INCLUDES): Fix for srcdir != builddir. + 2001-06-25 Chris Toshok * gui/contact-list-editor/contact-list-editor.glade: change layout diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index ab5ea0ec50..d95d858fd8 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook \ -I$(top_srcdir)/addressbook/backend \ + -I$(top_srcdir)/e-util \ -I$(top_builddir)/e-util \ $(BONOBO_GNOME_CFLAGS) \ $(PISOCK_CFLAGS) \ -- cgit v1.2.3