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:
parent
e4a07e9f5a
commit
6cc890bfc1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue