summaryrefslogtreecommitdiffstats
path: root/ipa-client/Makefile.am
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-01-14 13:41:05 +0100
committerSimo Sorce <ssorce@redhat.com>2011-01-14 17:33:11 -0500
commitbd965c92d829f9d88f4e29f37890c9beffbd716d (patch)
treea90c0ae3ac8079de2fd8eb1bf2d077e3d0aadadb /ipa-client/Makefile.am
parent84ff4ca0f1272bff2f3046db53d1ce4007f46e15 (diff)
downloadfreeipa-bd965c92d829f9d88f4e29f37890c9beffbd716d.tar.gz
freeipa-bd965c92d829f9d88f4e29f37890c9beffbd716d.tar.xz
freeipa-bd965c92d829f9d88f4e29f37890c9beffbd716d.zip
Mozldap-specific code removed
Mozldap code removed from all sources and configure source script. Now, IPA will compile even when package mozldap-devel is not installed on the system. https://fedorahosted.org/freeipa/ticket/756
Diffstat (limited to 'ipa-client/Makefile.am')
-rw-r--r--ipa-client/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am
index 7d152fbf..d0a3f846 100644
--- a/ipa-client/Makefile.am
+++ b/ipa-client/Makefile.am
@@ -28,7 +28,6 @@ INCLUDES = \
$(AM_CFLAGS) \
$(KRB5_CFLAGS) \
$(OPENLDAP_CFLAGS) \
- $(MOZLDAP_CFLAGS) \
$(SASL_CFLAGS) \
$(POPT_CFLAGS) \
$(WARN_CFLAGS) \
@@ -49,7 +48,6 @@ ipa_getkeytab_SOURCES = \
ipa_getkeytab_LDADD = \
$(KRB5_LIBS) \
$(OPENLDAP_LIBS) \
- $(MOZLDAP_LIBS) \
$(SASL_LIBS) \
$(POPT_LIBS) \
$(NULL)