forked from Mirrors/freeswitch
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15102 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6baff277af
commit
9c5cc1f14e
|
@ -3,11 +3,9 @@ echo "bootstrap: checking installation..."
|
|||
|
||||
BASEDIR=`pwd`;
|
||||
LIBDIR=${BASEDIR}/libs;
|
||||
SUBDIRS="ilbc curl iksemel \
|
||||
js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
|
||||
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";
|
||||
|
||||
|
||||
if [ ! -f modules.conf ]; then
|
||||
cp build/modules.conf.in modules.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue