]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add the modules/debug directory to the NetWare build
authorBradley Nicholes <bnicholes@apache.org>
Thu, 16 Dec 2004 18:29:30 +0000 (18:29 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 16 Dec 2004 18:29:30 +0000 (18:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122559 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index d274396eeaa0e073ad301fd4123b8d0f74284625..a3d7b6b66f67a0df654abfb673d780d5c59b59c7 100644 (file)
@@ -38,6 +38,12 @@ SUBDIRS += experimental \
               $(EOLIST)
 endif
 
+# Allow the experimental modules to be built if EXPERIMENTAL is defined
+ifdef DEBUG
+SUBDIRS += debug \
+              $(EOLIST)
+endif
+
 
 #
 # Get the 'head' of the build environment.  This includes default targets and