summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-03-21 23:56:29 +0000
committerGuenter Knauf <fuankg@apache.org>2007-03-21 23:56:29 +0000
commitd6a691ccec6157295ac57555b45f9739f7cd3e72 (patch)
treeadd2e1abb720bbb964c278bfbe5f8acd7d9b2328 /modules/experimental
parent6e83ac1801d6f960a8b8ad1dfc8883ba2a0cf5ab (diff)
downloadhttpd-d6a691ccec6157295ac57555b45f9739f7cd3e72.tar.gz
added mod_sedfilter; minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/NWGNUmakefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile
index bf5300bc8b..497589e2d1 100644
--- a/modules/experimental/NWGNUmakefile
+++ b/modules/experimental/NWGNUmakefile
@@ -59,7 +59,7 @@ XDEFINES += \
$(EOLIST)
XLFLAGS += \
- $(EOLIST)
+ $(EOLIST)
endif
ifeq "$(RELEASE)" "noopt"
@@ -73,7 +73,7 @@ XDEFINES += \
$(EOLIST)
XLFLAGS += \
- $(EOLIST)
+ $(EOLIST)
endif
ifeq "$(RELEASE)" "release"
@@ -95,7 +95,7 @@ endif
# This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used.
#
-NLM_NAME =
+NLM_NAME =
#
# This is used by the link '-desc ' directive.
@@ -113,7 +113,7 @@ NLM_THREAD_NAME =
# If this is specified, it will override VERSION value in
# $(AP_WORK)\build\NWGNUenvironment.inc
#
-NLM_VERSION =
+NLM_VERSION =
#
# If this is specified, it will override the default of 64K
@@ -139,14 +139,14 @@ NLM_CHECK_SYM =
#
# If these are specified it will be used by the link '-flags' directive
#
-NLM_FLAGS =
+NLM_FLAGS =
#
# If this is specified it will be linked in with the XDCData option in the def
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment
#
-XDCDATA =
+XDCDATA =
#
# If there is an NLM target, put it here
@@ -163,8 +163,9 @@ TARGET_nlm = \
$(OBJDIR)/example.nlm \
$(OBJDIR)/case_flt.nlm \
$(OBJDIR)/case_flt_in.nlm \
+ $(OBJDIR)/sedfilter.nlm \
$(EOLIST)
-
+
#
# If there is an LIB target, put it here
#
@@ -224,7 +225,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character
#
FILES_lib_objs = \
- $(EOLIST)
+ $(EOLIST)
#
# implement targets and dependancies (leave this section alone)