]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
adding to bootstrap
authorBrian West <brian@freeswitch.org>
Sat, 20 Mar 2010 17:08:20 +0000 (17:08 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 20 Mar 2010 17:08:20 +0000 (17:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17058 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index 74661f3c8b3c704aadb4f397b04391b6b0ac3c90..0457eb6bb4f13fff56f02746f3134a0394345a7e 100755 (executable)
@@ -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