fix exclude_modules as from apps/Makefile

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1710 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 9695cdd7e7
commit 12490d7291

@ -1,14 +1,14 @@
COREPATH ?= ../core
.DEFAULT_GOAL := all
include $(COREPATH)/../Makefile.defs
ifneq ($(USE_MONITORING), yes)
exclude_modules ?= mp3 examples py_sems xmlrpc2di gateway monitoring
else
exclude_modules ?= mp3 examples py_sems xmlrpc2di gateway
endif
include $(COREPATH)/../Makefile.defs
modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\
$(wildcard Makefile*) CVS CMakeLists.txt, \
$(wildcard *) examples/tutorial/cc_acc )

Loading…
Cancel
Save