mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-6293: abandon xmlrpc-c build system entirely. We can revist this when we try to pull this lib out of tree, in the mean time, this fixes a ton of problems.
This commit is contained in:
@@ -75,23 +75,6 @@ mod_xml_rpc_la_SOURCES += ../../../../libs/xmlrpc-c/src/version.c\
|
||||
../../../../libs/xmlrpc-c/src/xmlrpc_string.c\
|
||||
../../../../libs/xmlrpc-c/src/xmlrpc_struct.c\
|
||||
../../../../libs/xmlrpc-c/lib/expat/xmltok/xmltok.c
|
||||
|
||||
BUILT_SOURCES=$(XMLRPC_DIR)/version.h $(XMLRPC_DIR)/lib/expat/xmltok/nametab.h
|
||||
$(XMLRPC_DIR)/lib/expat/xmltok/xmltok.o: $(XMLRPC_DIR)/lib/expat/xmltok/nametab.h
|
||||
|
||||
$(XMLRPC_DIR)/lib/expat/xmltok/nametab.h:
|
||||
cd $(XMLRPC_DIR)/lib/expat/gennmtab && $(MAKE) dep
|
||||
cd $(XMLRPC_DIR)/lib/expat/gennmtab && $(MAKE)
|
||||
cd $(XMLRPC_DIR)/lib/expat/xmltok && ../gennmtab/gennmtab > nametab.h
|
||||
|
||||
$(XMLRPC_DIR)/src/version.o: $(XMLRPC_DIR)/version.h
|
||||
|
||||
$(XMLRPC_DIR)/version.h:
|
||||
cd $(XMLRPC_DIR) && $(MAKE) version.h
|
||||
cd $(XMLRPC_DIR)/include && $(MAKE) xmlrpc-c/config.h
|
||||
|
||||
clean:
|
||||
cd $(XMLRPC_DIR) && $(MAKE) clean
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user