aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-15 00:28:33 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-15 00:28:33 +0800
commit99bef7a5980748d7c0db77452c43f3d2ffe9c7fb (patch)
tree63ae98e222229760cd28ddbe5022b235502d161e /wombat/Makefile.am
parentda9fc39c3fadbcdf20c8e2c9c487e78f0c4f348e (diff)
downloadgsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar
gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar.gz
gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar.bz2
gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar.lz
gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar.xz
gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar.zst
gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.zip
use BONOBO_VFS_GNOME_LIBS instead of BONOBO_HTML_GNOME_LIBS. fixes
* Makefile.am (wombat_LDADD): use BONOBO_VFS_GNOME_LIBS instead of BONOBO_HTML_GNOME_LIBS. fixes freebsd's problem running wombat. svn path=/trunk/; revision=2426
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r--wombat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index dd6a5e7fef..db6bc21d3f 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -17,7 +17,7 @@ wombat_SOURCES = \
wombat_LDADD = \
$(EXTRA_GNOME_LIBS) \
- $(BONOBO_HTML_GNOME_LIBS) \
+ $(BONOBO_VFS_GNOME_LIBS) \
$(top_builddir)/addressbook/backend/pas/libpas.la \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/calendar/pcs/libpcs.la \