From: Bradley Nicholes Date: Thu, 18 Jul 2002 23:32:12 +0000 (+0000) Subject: Allow the makefiles to alter the screen name X-Git-Tag: 2.0.40~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3947ca43b1632b06d20819ad6805b7a53605848e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 015f197cbc4..2aa3bcaca16 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