summaryrefslogtreecommitdiff
path: root/build/NWGNUtail.inc
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-07-18 23:32:12 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-07-18 23:32:12 +0000
commit3947ca43b1632b06d20819ad6805b7a53605848e (patch)
treeffbf945d574ddd86254f95b3fe560cf655a82fc9 /build/NWGNUtail.inc
parent52f391a959f013969348c1af376b01345a8b5538 (diff)
downloadhttpd-3947ca43b1632b06d20819ad6805b7a53605848e.tar.gz
Allow the makefiles to alter the screen name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUtail.inc')
-rw-r--r--build/NWGNUtail.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc
index 015f197cbc..2aa3bcaca1 100644
--- a/build/NWGNUtail.inc
+++ b/build/NWGNUtail.inc
@@ -20,6 +20,10 @@ ifndef NLM_THREAD_NAME
NLM_THREAD_NAME = $(NLM_NAME) Thread
endif
+ifndef NLM_SCREEN_NAME
+NLM_SCREEN_NAME = Apache for NetWare
+endif
+
#
# Create dependency lists based on the files available
#
@@ -188,7 +192,7 @@ ifeq "$(RELEASE)" "debug"
else
@echo -sym internal >> $@
endif
- @echo -screenname "Apache for NetWare" >> $@
+ @echo -screenname "$(NLM_SCREEN_NAME)" >> $@
ifneq "$(NLM_VERSION)" ""
@echo -nlmversion=$(NLM_VERSION) >> $@
else