提交 00b24091 authored 作者: Michael Jerris's avatar Michael Jerris

build integration for libuuid

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16022 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 03dc56f9
......@@ -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
Tue Dec 22 14:12:35 EST 2009
#! /bin/sh
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --disable-shared --with-pic
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论