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 | |
parent | da9fc39c3fadbcdf20c8e2c9c487e78f0c4f348e (diff) | |
download | gsoc2013-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')
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 3aae05db0d..4316698089 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2000-04-14 Chris Toshok <toshok@helixcode.com> + + * Makefile.am (wombat_LDADD): use BONOBO_VFS_GNOME_LIBS instead of + BONOBO_HTML_GNOME_LIBS. fixes freebsd's problem running wombat. + 2000-04-14 Federico Mena Quintero <federico@helixcode.com> * wombat.c (setup_pcs): Must pass "object" for the kind to 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 \ |