From 10918b623bc7726091b84476293d83ded3e5a811 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 5 Jun 2000 15:09:10 +0000 Subject: a bunch of patches to make evolution compile with bonobo in strange prefixes. see Changelog. svn path=/trunk/; revision=3420 --- wombat/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wombat/Makefile.am') diff --git a/wombat/Makefile.am b/wombat/Makefile.am index f5715e7aea..d9494c978b 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -6,8 +6,8 @@ INCLUDES = \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar/pcs \ - $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" @@ -28,7 +28,6 @@ wombat_LDADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la \ - -lgnomevfs \ $(LDAP_LIBS) wombat_LDFLAGS = `gnome-config --libs gnorba` -- cgit