summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kpasswd
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-10-05 17:35:16 -0400
committerSimo Sorce <ssorce@redhat.com>2010-10-07 07:53:36 -0400
commitceb91a3f7175307e4fbae929e98063fba8cc9123 (patch)
tree844200c67552c814db05186a9eb5edb80c6ed57b /daemons/ipa-kpasswd
parent68604a79824a7acf7a3733bc9ccb7685da16e0e0 (diff)
downloadfreeipa-ceb91a3f7175307e4fbae929e98063fba8cc9123.tar.gz
freeipa-ceb91a3f7175307e4fbae929e98063fba8cc9123.tar.xz
freeipa-ceb91a3f7175307e4fbae929e98063fba8cc9123.zip
Always detect openldap and mozldap at the same time
Slapi plugins must use mozldap because 389 ds is compiled against that. ipa_kpasswd, instead, should be linked against openldap. So always make sure both are available.
Diffstat (limited to 'daemons/ipa-kpasswd')
-rw-r--r--daemons/ipa-kpasswd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/ipa-kpasswd/Makefile.am b/daemons/ipa-kpasswd/Makefile.am
index 5f95fdef3..ce241ca06 100644
--- a/daemons/ipa-kpasswd/Makefile.am
+++ b/daemons/ipa-kpasswd/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = \
-DLIBDIR=\""$(libdir)"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
-DDATADIR=\""$(datadir)"\" \
- $(LDAP_CFLAGS) \
+ $(OPENLDAP_CFLAGS) \
$(KRB5_CFLAGS) \
$(WARN_CFLAGS) \
$(NULL)
@@ -22,7 +22,7 @@ ipa_kpasswd_SOURCES = \
$(NULL)
ipa_kpasswd_LDADD = \
- $(LDAP_LIBS) \
+ $(OPENLDAP_LIBS) \
$(KRB5_LIBS) \
$(NULL)