move mod_spidermonkey and mod_xml_curl to use new WANT_CURL to add curl to the module

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4593 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-14 19:37:07 +00:00
parent f85be6ffa1
commit c03e917282
2 changed files with 2 additions and 9 deletions

View File

@ -1,8 +1,6 @@
MODNAME=mod_spidermonkey
include sm.mak
LOCAL_CFLAGS += -I$(BASE)/libs/curl/include
LOCAL_LDFLAGS += $(BASE)/libs/curl/lib/libcurl.la
WANT_CURL=yes
include ../../../../build/modmake.rules
local_depend:

View File

@ -3,10 +3,5 @@
# and define these variables to impact your build
MODNAME=mod_xml_curl
LOCAL_CFLAGS=-I$(BASE)/libs/curl/include
LOCAL_LDFLAGS=$(BASE)/libs/curl/lib/libcurl.la
LOCAL_OBJS=
WANT_CURL=yes
include ../../../../build/modmake.rules
local_depend:
cd $(BASE)/libs/curl && $(MAKE)