]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix the fix :/
authorStefan Knoblich <stkn@freeswitch.org>
Sun, 25 May 2008 00:02:04 +0000 (00:02 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Sun, 25 May 2008 00:02:04 +0000 (00:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8587 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/xml_int/mod_xml_rpc/Makefile

index 1eb4692cb3db177105bc327967585c3fcd5c1046..97e6b0de60ec05c6eb5ee9fc9fe5f2a343fd726b 100644 (file)
@@ -68,7 +68,7 @@ $(XMLRPC_DIR)/lib/expat/xmltok/xmltok.o
 #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