Skip to content

Commit 7446a8f

Browse files
author
Bradley Nicholes
committed
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
1 parent 4ab2f10 commit 7446a8f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

modules/NWGNUmakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ SUBDIRS += experimental \
3838
$(EOLIST)
3939
endif
4040

41+
# Allow the experimental modules to be built if EXPERIMENTAL is defined
42+
ifdef DEBUG
43+
SUBDIRS += debug \
44+
$(EOLIST)
45+
endif
46+
4147

4248
#
4349
# Get the 'head' of the build environment. This includes default targets and

0 commit comments

Comments
 (0)