build integration for libuuid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16022 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
03dc56f95e
commit
00b2409164
|
@ -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 uuid";
|
||||
|
||||
if [ ! -f modules.conf ]; then
|
||||
cp build/modules.conf.in modules.conf
|
||||
|
|
|
@ -911,5 +911,6 @@ AC_CONFIG_SUBDIRS(libs/tiff-3.8.2)
|
|||
AC_CONFIG_SUBDIRS(libs/spandsp)
|
||||
AC_CONFIG_SUBDIRS(libs/broadvoice)
|
||||
AC_CONFIG_SUBDIRS(libs/libg722_1)
|
||||
AC_CONFIG_SUBDIRS(libs/uuid)
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Tue Dec 22 14:12:35 EST 2009
|
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
|
Loading…
Reference in New Issue