From 99bef7a5980748d7c0db77452c43f3d2ffe9c7fb Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 14 Apr 2000 16:28:33 +0000 Subject: 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 --- wombat/ChangeLog | 5 +++++ wombat/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'wombat') 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 + + * 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 * 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 \ -- cgit v1.2.3