aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@src.gnome.org>2000-06-05 23:09:10 +0800
committerMathieu Lacage <mathieu@src.gnome.org>2000-06-05 23:09:10 +0800
commit10918b623bc7726091b84476293d83ded3e5a811 (patch)
tree3da9d722f65d958466916fa41548c78133eb1ee2 /wombat/Makefile.am
parentccf5ea6f3f4979068d317f068026414cf335adf1 (diff)
downloadgsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar
gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.gz
gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.bz2
gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.lz
gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.xz
gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.zst
gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.zip
a bunch of patches to make evolution compile with bonobo in strange prefixes. see Changelog.
svn path=/trunk/; revision=3420
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r--wombat/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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`