From eb693a93ab59b6d32e7e45f73c7958fdb2e502e2 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 16 Dec 2004 18:29:30 +0000 Subject: [PATCH] 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 --- modules/NWGNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2