From: Bradley Nicholes Date: Thu, 16 Dec 2004 18:29:30 +0000 (+0000) Subject: Add the modules/debug directory to the NetWare build X-Git-Tag: 2.1.3~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb693a93ab59b6d32e7e45f73c7958fdb2e502e2;p=thirdparty%2Fapache%2Fhttpd.git Add the modules/debug directory to the NetWare build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122559 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index d274396eeaa..a3d7b6b66f6 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -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