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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa95010a34e88e051b91add72ddc6682c58e6496;p=thirdparty%2Fapache%2Fhttpd.git 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 13e541f2bc0..6fcb86db9ca 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