diff --git a/apps/Makefile b/apps/Makefile index bdd08672..2a7d4747 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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 ) diff --git a/apps/xmlrpc2di/Makefile b/apps/xmlrpc2di/Makefile index 238e24cb..00cf8a0e 100644 --- a/apps/xmlrpc2di/Makefile +++ b/apps/xmlrpc2di/Makefile @@ -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: