don't build mod_monitoring if monitoring not enabled

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1364 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 402546b99f
commit 93082b330d

@ -4,7 +4,12 @@ COREPATH = $(DSMPATH)/../../core
include $(COREPATH)/../Makefile.defs
ifneq ($(USE_MONITORING), yes)
exclude_modules ?= mod_monitoring
else
exclude_modules ?=
endif
modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\
$(wildcard Makefile*) lib, \
$(wildcard *) )

Loading…
Cancel
Save