From 6cc890bfc15c1bd0fb5278e07fa209ae7699bf36 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 17 Feb 2008 21:53:47 +0000 Subject: [PATCH] add autoconf for openzap git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7662 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 2 +- configure.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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