diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-04-30 23:54:53 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-04-30 23:54:53 +0200 |
commit | 60934d2ca22f2a1f95f8a08dde463b05c877954c (patch) | |
tree | 365ca85e7e5a503689b2e4e45b6f2cc7143e13ff /support/NWGNUmakefile | |
parent | default_handler: move the code to handle unusual methods out of the middle (diff) | |
download | apache2-60934d2ca22f2a1f95f8a08dde463b05c877954c.tar.xz apache2-60934d2ca22f2a1f95f8a08dde463b05c877954c.zip |
NetWare make files for building experimental modules mod_deflate,
mod_example and support utilities ab, htdbm and logresolve
Submitted by: Guenter Knauf [eflash@gmx.net]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | support/NWGNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/NWGNUmakefile b/support/NWGNUmakefile index 8a1aef5f41..93cb1a42b7 100644 --- a/support/NWGNUmakefile +++ b/support/NWGNUmakefile @@ -151,8 +151,11 @@ XDCDATA = # If there is an NLM target, put it here # TARGET_nlm = \ + $(OBJDIR)/ab.nlm \ $(OBJDIR)/htpasswd.nlm \ $(OBJDIR)/htdigest.nlm \ + $(OBJDIR)/htdbm.nlm \ + $(OBJDIR)/logres.nlm \ $(EOLIST) # |