adapted corepath; added to xmlrpc2di to exclude_modules (needs xmlrpc++ lib)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1105 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent d957ca7b0f
commit 44d73b20e4

@ -3,7 +3,7 @@ COREPATH ?= ../core
include $(COREPATH)/../Makefile.defs
exclude_modules ?= mp3 examples py_sems
exclude_modules ?= mp3 examples py_sems xmlrpc2di
modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\
$(wildcard Makefile*) CVS, \
$(wildcard *) examples/tutorial/cc_acc )

@ -15,7 +15,7 @@ module_cflags =
# and comment module_ldflags line above
COREPATH ?=../../../core
COREPATH ?=../../core
include $(COREPATH)/plug-in/Makefile.app_module
#$(XMLRPCPP_DIR)/libXmlRpc.a:

Loading…
Cancel
Save