From 5e9d0958c84c161f047c2ac23095ae01f3332841 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 29 May 2002 21:16:46 +0000 Subject: 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 --- support/NWGNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support') 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 -- cgit v1.2.3