From aa95010a34e88e051b91add72ddc6682c58e6496 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Mon, 29 Mar 2004 22:29:11 +0000 Subject: [PATCH] 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 --- modules/NWGNUmakefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.50.1