From b8306eaf97e4f85b087e4c30a1f3793490d08a01 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 3 Jun 2001 07:41:05 +0000 Subject: Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling functions from a different Berkeley DB library when we really don't mean to. svn path=/trunk/; revision=10105 --- wombat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wombat/Makefile.am') diff --git a/wombat/Makefile.am b/wombat/Makefile.am index be6fb7fce8..1e409bf99a 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -23,6 +23,7 @@ wombat_SOURCES = \ wombat_LDADD = \ $(top_builddir)/addressbook/backend/pas/libpas.a \ + $(DB3_LDADD) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/calendar/pcs/libpcs.a \ @@ -31,7 +32,6 @@ wombat_LDADD = \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la \ $(LDAP_LIBS) \ - $(DB3_LDADD) \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_VFS_GNOME_LIBS) -- cgit