[Freeswitch-svn] [commit] r8587 - freeswitch/trunk/src/mod/xml_int/mod_xml_rpc

Freeswitch SVN stkn at freeswitch.org
Sat May 24 20:02:04 EDT 2008


Author: stkn
Date: Sat May 24 20:02:04 2008
New Revision: 8587

Modified:
   freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile

Log:
fix the fix :/

Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/Makefile	Sat May 24 20:02:04 2008
@@ -68,7 +68,7 @@
 #LOCAL_LIBADD =$(XMLRPCLAS)
 
 LOCAL_CFLAGS = -w -I$(XMLRPC_DIR)/lib/expat/xmlparse -I$(XMLRPC_DIR)/lib/expat/xmltok -I$(XMLRPC_DIR) -I$(XMLRPC_DIR)/include
-LOCAL_CFLAGS+= -I$(XMLRPC_DIR)/libs/xmlrpc-c/lib/abyss/src -I$(XMLRPC_DIR)/lib/util/include -D_THREAD
+LOCAL_CFLAGS+= -I$(XMLRPC_DIR)/lib/abyss/src -I$(XMLRPC_DIR)/lib/util/include -D_THREAD
 
 include $(BASE)/build/modmake.rules
 



More information about the Freeswitch-svn mailing list