diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-04-15 00:28:33 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-04-15 00:28:33 +0800 |
commit | 99bef7a5980748d7c0db77452c43f3d2ffe9c7fb (patch) | |
tree | 63ae98e222229760cd28ddbe5022b235502d161e /wombat/Makefile.am | |
parent | da9fc39c3fadbcdf20c8e2c9c487e78f0c4f348e (diff) | |
download | gsoc2013-evolution-99bef7a5980748d7c0db77452c43f3d2ffe9c7fb.tar.gz 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.am | 2 |
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 \ |