From 3947ca43b1632b06d20819ad6805b7a53605848e Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 18 Jul 2002 23:32:12 +0000 Subject: [PATCH] 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 --- build/NWGNUtail.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1