]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow the experimental modules to be built in the NetWare main line build process...
authorBradley Nicholes <bnicholes@apache.org>
Mon, 29 Mar 2004 22:33:24 +0000 (22:33 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 29 Mar 2004 22:33:24 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103203 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index d7f847cb25af2e5d902f3370013cfccbc545f307..2f79ce3964760a0c81f4036840bf8a65652a351c 100644 (file)
@@ -23,6 +23,13 @@ SUBDIRS += mod_edir \
               $(EOLIST)
 endif
 
+# Allow the experimental modules to be built if EXPERIMENTAL is defined
+ifdef EXPERIMENTAL
+SUBDIRS += experimental \
+              $(EOLIST)
+endif
+
+
 #
 # Get the 'head' of the build environment.  This includes default targets and
 # paths to tools