Author: sayer
Date: 2008-09-26 00:53:14 +0200 (Fri, 26 Sep 2008)
New Revision: 1105

Modified:
   trunk/apps/Makefile
   trunk/apps/xmlrpc2di/Makefile
Log:
adapted corepath; added to xmlrpc2di to exclude_modules (needs xmlrpc++ lib)


Modified: trunk/apps/Makefile
===================================================================
--- trunk/apps/Makefile 2008-09-25 22:47:57 UTC (rev 1104)
+++ trunk/apps/Makefile 2008-09-25 22:53:14 UTC (rev 1105)
@@ -3,7 +3,7 @@
 
 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 )

Modified: trunk/apps/xmlrpc2di/Makefile
===================================================================
--- trunk/apps/xmlrpc2di/Makefile       2008-09-25 22:47:57 UTC (rev 1104)
+++ trunk/apps/xmlrpc2di/Makefile       2008-09-25 22:53:14 UTC (rev 1105)
@@ -15,7 +15,7 @@
 # and comment module_ldflags line above
 
 
-COREPATH ?=../../../core
+COREPATH ?=../../core
 include $(COREPATH)/plug-in/Makefile.app_module
 
 #$(XMLRPCPP_DIR)/libXmlRpc.a: 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to