]> granicus.if.org Git - apache/commitdiff
Allow the makefiles to alter the screen name
authorBradley Nicholes <bnicholes@apache.org>
Thu, 18 Jul 2002 23:32:12 +0000 (23:32 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 18 Jul 2002 23:32:12 +0000 (23:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96117 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUtail.inc

index 015f197cbc4806a026dd0e27209fb721a2cd0f19..2aa3bcaca16a0b714b6e197b1c1d142a69f5f5a3 100644 (file)
@@ -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