From: Bradley Nicholes Date: Mon, 29 Mar 2004 22:29:11 +0000 (+0000) Subject: Allow the experimental modules to be built in the NetWare main line build process... X-Git-Tag: pre_ajp_proxy~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa95010a34e88e051b91add72ddc6682c58e6496;p=apache Allow the experimental modules to be built in the NetWare main line build process by defining the environment variable EXPERIMENTAL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 13e541f2bc..6fcb86db9c 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -24,6 +24,13 @@ SUBDIRS += mod_edir \ $(EOLIST) endif +# This is a placeholder +ifdef EXPERIMENTAL +SUBDIRS += experimental \ + $(EOLIST) +endif + + # # Get the 'head' of the build environment. This includes default targets and # paths to tools