add autoconf for openzap

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7662 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-17 21:53:47 +00:00
parent e4a07e9f5a
commit 6cc890bfc1
2 changed files with 2 additions and 1 deletions

View File

@ -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

View 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