summaryrefslogtreecommitdiff
path: root/kpasswd
diff options
context:
space:
mode:
authorLove Hornquist Astrand <lha@h5l.org>2009-12-08 00:15:10 -0800
committerLove Hornquist Astrand <lha@h5l.org>2009-12-08 00:15:10 -0800
commitc867fd3e2ef9df4637a0f9a43259718d2782b3e8 (patch)
tree8d49238990dc85ce496ed3d8d897d6b0f4082637 /kpasswd
parentd57236a5202d6a8b5b526d8318965274c330f78a (diff)
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
Diffstat (limited to 'kpasswd')
-rw-r--r--kpasswd/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/kpasswd/Makefile.am b/kpasswd/Makefile.am
index 83509053e..2c1d3056c 100644
--- a/kpasswd/Makefile.am
+++ b/kpasswd/Makefile.am
@@ -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) \