]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add autoconf for openzap
authorMichael Jerris <mike@jerris.com>
Sun, 17 Feb 2008 21:53:47 +0000 (21:53 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 17 Feb 2008 21:53:47 +0000 (21:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7662 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh
configure.in

index de6fcadfa15b4307896be533cc2062db28aeb123..8db54699b28a723e1390b35c3ed20cc50077d4bd 100755 (executable)
@@ -5,7 +5,7 @@ BASEDIR=`pwd`;
 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 
index d609275de598eb58896dee85a2c1c9cdbde0ca92..7a7be66294016988dbb46527c30f9c35ed025ba4 100644 (file)
@@ -477,5 +477,6 @@ AC_CONFIG_SUBDIRS(libs/speex)
 AC_CONFIG_SUBDIRS(libs/xmlrpc-c)
 AC_CONFIG_SUBDIRS(libs/portaudio)
 #AC_CONFIG_SUBDIRS(libs/openmrcp)
+AC_CONFIG_SUBDIRS(libs/openzap)
 
 AC_OUTPUT