From eb77cb8ce6169c2ecbca9787671c14d9c5604c31 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sat, 20 Mar 2010 17:08:20 +0000 Subject: [PATCH] adding to bootstrap git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17058 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 74661f3c8b..0457eb6bb4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,7 +4,7 @@ echo "bootstrap: checking installation..." BASEDIR=`pwd`; LIBDIR=${BASEDIR}/libs; SUBDIRS="ilbc curl iksemel js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \ - speex sqlite srtp openzap spandsp libg722_1 portaudio unimrcp tiff-3.8.2 broadvoice"; + speex sqlite srtp openzap spandsp libg722_1 portaudio unimrcp tiff-3.8.2 broadvoice silk"; if [ ! -f modules.conf ]; then cp build/modules.conf.in modules.conf