From 44d73b20e4436a4702aac9cd0e374878aaa645b6 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Thu, 25 Sep 2008 22:53:14 +0000 Subject: [PATCH] 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 --- apps/Makefile | 2 +- apps/xmlrpc2di/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: