From bd965c92d829f9d88f4e29f37890c9beffbd716d Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 14 Jan 2011 13:41:05 +0100 Subject: 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 --- ipa-client/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipa-client/Makefile.am') 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) -- cgit