summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-05-29 23:16:46 +0200
committerBradley Nicholes <bnicholes@apache.org>2002-05-29 23:16:46 +0200
commit5e9d0958c84c161f047c2ac23095ae01f3332841 (patch)
treebd7dfa1a182c74b062bb515114fc3838005c43db /support
parentAdded a NetWare makefile to build the rotate logs NLM (diff)
downloadapache2-5e9d0958c84c161f047c2ac23095ae01f3332841.tar.xz
apache2-5e9d0958c84c161f047c2ac23095ae01f3332841.zip
Updated the NetWare makefiles to include the rotatelogs NLM and to copy
all of the support NLMs to a bin directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/NWGNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/NWGNUmakefile b/support/NWGNUmakefile
index 93cb1a42b7..327cd4d8d6 100644
--- a/support/NWGNUmakefile
+++ b/support/NWGNUmakefile
@@ -156,6 +156,7 @@ TARGET_nlm = \
$(OBJDIR)/htdigest.nlm \
$(OBJDIR)/htdbm.nlm \
$(OBJDIR)/logres.nlm \
+ $(OBJDIR)/rotlogs.nlm \
$(EOLIST)
#
@@ -232,7 +233,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
#
install :: nlms FORCE
- copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\*.*
+ copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\bin\*.*
#
# Any specialized rules here