From ade526518db5842dceeb50ce947e78da0f23a840 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 17 Aug 2012 11:31:44 +0000 Subject: Make sure that we clean up the ldap module folder. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374199 13f79535-47bb-0310-9956-ffa450edef68 --- modules/NWGNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/NWGNUmakefile') diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 0e87b42b2a..56ba7abcc1 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -13,8 +13,12 @@ include $(AP_WORK)/build/NWGNUenvironment.inc ifeq "$(wildcard $(APRUTIL)/include/apr_ldap.h)" "$(APRUTIL)/include/apr_ldap.h" WITH_LDAP = $(shell $(AWK) '/^\#define APR_HAS_LDAP /{print $$3}' $(APRUTIL)/include/apr_ldap.h) else +ifeq "$(MAKECMDGOALS)" "clean" +WITH_LDAP = 1 +else WITH_LDAP = 0 endif +endif # If USE_STDSOCKETS is defined we allways build mod_ssl ifdef USE_STDSOCKETS -- cgit v1.2.3