mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Adding mod_unimrcp still needs more testing and some tweaks to config engine... do not forget to come to ClueCON http://www.cluecon.com
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13788 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
BASE=../../../../
|
||||
|
||||
UNIMRCP_DIR=$(switch_srcdir)/libs/unimrcp
|
||||
UNIMRCPLA=$(UNIMRCP_DIR)/platforms/libunimrcp-client/libunimrcpclient.la
|
||||
LOCAL_CFLAGS=-I.
|
||||
LOCAL_CFLAGS+=-I$(switch_srcdir)/libs/apr/include
|
||||
LOCAL_CFLAGS+=-I$(switch_srcdir)/libs/apr-util/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/platforms/libunimrcp-client/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/modules/mrcp-sofiasip/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/modules/mrcp-unirtsp/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp-client/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp-signaling/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcpv2-transport/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/message/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/control/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/resources/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mpf/include
|
||||
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/apr-toolkit/include
|
||||
LOCAL_LIBADD=$(UNIMRCPLA)
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
$(UNIMRCPLA): $(UNIMRCP_DIR)
|
||||
cd $(UNIMRCP_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user