summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-02-14 12:18:13 +0000
committerRainer Jung <rjung@apache.org>2016-02-14 12:18:13 +0000
commit426eaf5fb1fffaa2153e9be60e3ddc87eb5afa14 (patch)
treeb08c89551adeed6a446a83c923a898b08618ccd1 /NWGNUmakefile
parente2017967f973e0c418fb85488cd948c955a08d52 (diff)
downloadhttpd-426eaf5fb1fffaa2153e9be60e3ddc87eb5afa14.tar.gz
Commit change forgotten in r1730075 (include
mod_proxy_http2 in Netware LoadModule list). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index e6c53dd053..e11219570d 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -393,7 +393,7 @@ nlms :: libs $(TARGET_nlm)
# Updated this target to create necessary directories and copy files to the
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
#
-MKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
+MKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_SSL) -v MODHTTP2=$(WITH_HTTP2) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
install :: nlms instscripts FORCE
$(call COPY,$(OBJDIR)/$(NLM_NAME).nlm, $(INSTALLBASE)/)