git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96117
13f79535-47bb-0310-9956-
ffa450edef68
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
#
else
@echo -sym internal >> $@
endif
- @echo -screenname "Apache for NetWare" >> $@
+ @echo -screenname "$(NLM_SCREEN_NAME)" >> $@
ifneq "$(NLM_VERSION)" ""
@echo -nlmversion=$(NLM_VERSION) >> $@
else