diff --git a/bootstrap.sh b/bootstrap.sh index de6fcadfa1..8db54699b2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/configure.in b/configure.in index d609275de5..7a7be66294 100644 --- a/configure.in +++ b/configure.in @@ -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