git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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
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
--- /dev/null
+Tue Jun 16 17:36:06 CDT 2009
--- /dev/null
+#! /bin/sh
+./configure "$@" --with-apr=../apr --disable-shared --with-pic --with-apr-utils=../apr-utils --with-sofia-sip=../sofia-sip
+
include $(BASE)/build/modmake.rules
-$(UNIMRCPLA): $(UNIMRCP_DIR)
+$(UNIMRCPLA): $(UNIMRCP_DIR) $(UNIMRCP_DIR)/.update
cd $(UNIMRCP_DIR) && $(MAKE)
$(TOUCH_TARGET)