diff options
author | Guenter Knauf <fuankg@apache.org> | 2008-04-09 14:42:26 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2008-04-09 14:42:26 +0200 |
commit | 34a76aedbb7d966d4c5f81d41057e88e33773670 (patch) | |
tree | 4c5e129a4c91f258722187d54a6d26a4a0ec1455 /modules/aaa/NWGNUmakefile | |
parent | No var declarations in the middle of the code. (diff) | |
download | apache2-34a76aedbb7d966d4c5f81d41057e88e33773670.tar.xz apache2-34a76aedbb7d966d4c5f81d41057e88e33773670.zip |
added mod_auth_form to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/NWGNUmakefile')
-rw-r--r-- | modules/aaa/NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aaa/NWGNUmakefile b/modules/aaa/NWGNUmakefile index cad83fac80..5c3bacf831 100644 --- a/modules/aaa/NWGNUmakefile +++ b/modules/aaa/NWGNUmakefile @@ -154,6 +154,7 @@ XDCDATA = TARGET_nlm = \ $(OBJDIR)/authbasc.nlm \ $(OBJDIR)/authdigt.nlm \ + $(OBJDIR)/authform.nlm \ $(OBJDIR)/authnano.nlm \ $(OBJDIR)/authndbd.nlm \ $(OBJDIR)/authndbm.nlm \ |