]> granicus.if.org Git - apache/commitdiff
Added creating ap_ldap.h for NetWare.
authorGuenter Knauf <fuankg@apache.org>
Tue, 5 Jul 2011 22:56:29 +0000 (22:56 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 5 Jul 2011 22:56:29 +0000 (22:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1143222 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUmakefile

index 8e588aeae733aeea4854b4df0e6b0a07d6670c1d..e023f84bb30c6d23d271be989093154fb8e408c0 100644 (file)
@@ -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)