diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-05-29 23:16:46 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-05-29 23:16:46 +0200 |
commit | 5e9d0958c84c161f047c2ac23095ae01f3332841 (patch) | |
tree | bd7dfa1a182c74b062bb515114fc3838005c43db /support | |
parent | Added a NetWare makefile to build the rotate logs NLM (diff) | |
download | apache2-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/NWGNUmakefile | 3 |
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 |