working on build integration for libunimrcp

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-06-16 22:41:26 +00:00
parent 4691e9157d
commit dfbd361b9d
5 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@ BASEDIR=`pwd`;
LIBDIR=${BASEDIR}/libs;
SUBDIRS="ilbc curl iksemel voipcodecs \
js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
speex sqlite srtp openzap spandsp libg722_1 portaudio";
speex sqlite srtp openzap spandsp libg722_1 portaudio unimrcp";
if [ ! -f modules.conf ]; then

View File

@ -815,6 +815,7 @@ AC_CONFIG_SUBDIRS(libs/sofia-sip)
AC_CONFIG_SUBDIRS(libs/speex)
AC_CONFIG_SUBDIRS(libs/portaudio)
AC_CONFIG_SUBDIRS(libs/openzap)
AC_CONFIG_SUBDIRS(libs/unimrcp)
AC_CHECK_LIB([tiff], [TIFFOpen], AC_CONFIG_SUBDIRS(libs/spandsp), , -lm)
AC_OUTPUT

1
libs/unimrcp/.update Normal file
View File

@ -0,0 +1 @@
Tue Jun 16 17:36:06 CDT 2009

View File

@ -0,0 +1,3 @@
#! /bin/sh
./configure "$@" --with-apr=../apr --disable-shared --with-pic --with-apr-utils=../apr-utils --with-sofia-sip=../sofia-sip

View File

@ -21,7 +21,7 @@ LOCAL_LIBADD=$(UNIMRCPLA)
include $(BASE)/build/modmake.rules
$(UNIMRCPLA): $(UNIMRCP_DIR)
$(UNIMRCPLA): $(UNIMRCP_DIR) $(UNIMRCP_DIR)/.update
cd $(UNIMRCP_DIR) && $(MAKE)
$(TOUCH_TARGET)