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:
Michael Jerris 2009-12-22 19:13:48 +00:00
parent 03dc56f95e
commit 00b2409164
4 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@ echo "bootstrap: checking installation..."
BASEDIR=`pwd`; BASEDIR=`pwd`;
LIBDIR=${BASEDIR}/libs; 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 broadvoice"; speex sqlite srtp openzap spandsp libg722_1 portaudio unimrcp tiff-3.8.2 broadvoice uuid";
if [ ! -f modules.conf ]; then if [ ! -f modules.conf ]; then
cp build/modules.conf.in modules.conf cp build/modules.conf.in modules.conf

View File

@ -911,5 +911,6 @@ AC_CONFIG_SUBDIRS(libs/tiff-3.8.2)
AC_CONFIG_SUBDIRS(libs/spandsp) AC_CONFIG_SUBDIRS(libs/spandsp)
AC_CONFIG_SUBDIRS(libs/broadvoice) AC_CONFIG_SUBDIRS(libs/broadvoice)
AC_CONFIG_SUBDIRS(libs/libg722_1) AC_CONFIG_SUBDIRS(libs/libg722_1)
AC_CONFIG_SUBDIRS(libs/uuid)
AC_OUTPUT AC_OUTPUT

1
libs/uuid/.update Normal file
View File

@ -0,0 +1 @@
Tue Dec 22 14:12:35 EST 2009

4
libs/uuid/configure.gnu Normal file
View File

@ -0,0 +1,4 @@
#! /bin/sh
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --disable-shared --with-pic