diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-12-03 15:02:29 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2010-12-06 12:23:09 -0500 |
commit | 37f48c0019c64f20bfc24b021442b643eaf86aab (patch) | |
tree | 416ce19e54ddc2e1efa88beac4978124676c7d85 /daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am | |
parent | fee9fae941bd747d7f2f22f2b95626107b11049f (diff) | |
download | freeipa-37f48c0019c64f20bfc24b021442b643eaf86aab.tar.gz freeipa-37f48c0019c64f20bfc24b021442b643eaf86aab.tar.xz freeipa-37f48c0019c64f20bfc24b021442b643eaf86aab.zip |
Make use of mozldap vs openldap for plugins selectable
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am')
-rw-r--r-- | daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am b/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am index d041815a2..c3bb27959 100644 --- a/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am +++ b/daemons/ipa-slapi-plugins/ipa-enrollment/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = \ -DLIBEXECDIR=\""$(libexecdir)"\" \ -DDATADIR=\""$(datadir)"\" \ $(AM_CFLAGS) \ - $(MOZLDAP_CFLAGS) \ + $(LDAP_CFLAGS) \ $(KRB5_CFLAGS) \ $(WARN_CFLAGS) \ $(NULL) @@ -29,7 +29,7 @@ libipa_enrollment_extop_la_SOURCES = \ libipa_enrollment_extop_la_LDFLAGS = -avoid-version libipa_enrollment_extop_la_LIBADD = \ - $(MOZLDAP_LIBS) \ + $(LDAP_LIBS) \ $(NULL) appdir = $(IPA_DATA_DIR) |