diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-11-23 01:32:01 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-11-23 01:32:01 +0100 |
commit | d87736ee6748d3a73ee43d051b2dd85d62b685e5 (patch) | |
tree | cd70d852fddfd43c78d7b815838b69ccf979e41b /modules/experimental/NWGNUmakefile | |
parent | Fix the building of cgi command lines when the query string (diff) | |
download | apache2-d87736ee6748d3a73ee43d051b2dd85d62b685e5.tar.xz apache2-d87736ee6748d3a73ee43d051b2dd85d62b685e5.zip |
Makefile change required to move mod_ext_filter out of experimental
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental/NWGNUmakefile')
-rw-r--r-- | modules/experimental/NWGNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile index 6045155770..24a1e3a527 100644 --- a/modules/experimental/NWGNUmakefile +++ b/modules/experimental/NWGNUmakefile @@ -156,7 +156,6 @@ TARGET_nlm = \ $(OBJDIR)/mod_cach.nlm \ $(OBJDIR)/mem_cach.nlm \ $(OBJDIR)/dsk_cach.nlm \ - $(OBJDIR)/extfiltr.nlm \ $(EOLIST) # If LDAPSDK has been defined then build the auth_ldap module |