Make libtool pull in the depenency on libldap

Put in explicy depenency on libdap so that libtool
might to the right thing for us.

Patch from Jan Rekorajski
This commit is contained in:
Love Hornquist Astrand
2009-12-08 00:15:10 -08:00
parent d57236a520
commit c867fd3e2e
6 changed files with 4 additions and 11 deletions

View File

@@ -19,7 +19,6 @@ kpasswdd_SOURCES = kpasswdd.c kpasswd_locl.h
kpasswdd_LDADD = \
$(top_builddir)/lib/kadm5/libkadm5srv.la \
$(top_builddir)/lib/hdb/libhdb.la \
$(LIB_openldap) \
$(LDADD) \
$(LIB_pidfile) \
$(LIB_dlopen) \