[Freeswitch-svn] [commit] r7662 - freeswitch/trunk

Freeswitch SVN mikej at freeswitch.org
Sun Feb 17 16:53:48 EST 2008


Author: mikej
Date: Sun Feb 17 16:53:47 2008
New Revision: 7662

Modified:
   freeswitch/trunk/bootstrap.sh
   freeswitch/trunk/configure.in

Log:
add autoconf for openzap

Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh	(original)
+++ freeswitch/trunk/bootstrap.sh	Sun Feb 17 16:53:47 2008
@@ -5,7 +5,7 @@
 LIBDIR=${BASEDIR}/libs;
 SUBDIRS="codec/g7xx codec/gsm codec/ilbc curl iax iksemel voipcodecs \
         js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \
-        speex sqlite srtp xmlrpc-c";
+        speex sqlite srtp xmlrpc-c openzap";
 
 
 if [ ! -f modules.conf ]; then 

Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in	(original)
+++ freeswitch/trunk/configure.in	Sun Feb 17 16:53:47 2008
@@ -477,5 +477,6 @@
 AC_CONFIG_SUBDIRS(libs/xmlrpc-c)
 AC_CONFIG_SUBDIRS(libs/portaudio)
 #AC_CONFIG_SUBDIRS(libs/openmrcp)
+AC_CONFIG_SUBDIRS(libs/openzap)
 
 AC_OUTPUT



More information about the Freeswitch-svn mailing list