diff options
-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 \ |