Put DB3_LDADD and LDAP_LIBS on the top so the PAS backend uses the right

* Makefile.am (wombat_LDADD): Put DB3_LDADD and LDAP_LIBS on the
top so the PAS backend uses the right version of DB3 and always
links to LDAP.

svn path=/trunk/; revision=16343
This commit is contained in:
Ettore Perazzoli
2002-04-04 13:36:16 +00:00
parent f9b9c12b3b
commit 8dc13ce627
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-04-04 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (wombat_LDADD): Put DB3_LDADD and LDAP_LIBS on the
top so the PAS backend uses the right version of DB3 and always
links to LDAP.
2002-03-19 Dan Winship <danw@ximian.com>
* Makefile.am (wombat_LDADD): s/libversit.la/libversit.a/

View File

@ -25,6 +25,8 @@ wombat_SOURCES = \
wombat_LDADD = \
$(top_builddir)/addressbook/backend/pas/libpas.a \
$(DB3_LDADD) \
$(LDAP_LIBS) \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
@ -35,9 +37,7 @@ wombat_LDADD = \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libedb3util.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libwombat/libwombat.la \
$(WOMBAT_LIBS) \
$(DB3_LDADD)
$(top_builddir)/libwombat/libwombat.la
oafdir = $(datadir)/oaf