From: Bradley Nicholes Date: Mon, 29 Mar 2004 22:33:24 +0000 (+0000) Subject: Allow the experimental modules to be built in the NetWare main line build process... X-Git-Tag: 2.0.50~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444f0eec7fdeef344776a477b35ed854601628a5;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/branches/APACHE_2_0_BRANCH@103203 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index d7f847cb25a..2f79ce39647 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -23,6 +23,13 @@ SUBDIRS += mod_edir \ $(EOLIST) endif +# Allow the experimental modules to be built if EXPERIMENTAL is defined +ifdef EXPERIMENTAL +SUBDIRS += experimental \ + $(EOLIST) +endif + + # # Get the 'head' of the build environment. This includes default targets and # paths to tools