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