From: Guenter Knauf Date: Tue, 5 Jul 2011 22:56:29 +0000 (+0000) Subject: Added creating ap_ldap.h for NetWare. X-Git-Tag: 2.3.14^2~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c5511931492e411b97ea1712571638c1b9689e7;p=apache Added creating ap_ldap.h for NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1143222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 8e588aeae7..e023f84bb3 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -18,6 +18,7 @@ include $(AP_WORK)/build/NWGNUhead.inc FILES_prebuild_headers = \ $(SRC)/include/ap_config_layout.h \ + $(SRC)/include/ap_ldap.h \ $(NWOS)/test_char.h \ $(PCRE)/config.h \ $(PCRE)/pcre.h \ @@ -59,6 +60,10 @@ $(SRC)/include/ap_config_layout.h: $(NWOS)/netware_config_layout.h @echo Creating $@ $(call COPY,$<,$@) +$(SRC)/include/ap_ldap.h: $(SRC)/include/ap_ldap.hnw + @echo Creating $@ + $(call COPY,$<,$@) + $(PCRE)/%.h: $(PCRE)/%.h.generic @echo Creating $@ $(call COPY,$<,$@) @@ -112,6 +117,7 @@ install :: nlms FORCE clean :: $(call DEL,$(SRC)/include/ap_config_layout.h) + $(call DEL,$(SRC)/include/ap_ldap.h) $(call DEL,$(PCRE)/config.h) $(call DEL,$(PCRE)/pcre.h) $(call DEL,$(DAV)/main/dav.imp)