From: Anthony Minessale Date: Thu, 24 Dec 2009 05:47:04 +0000 (+0000) Subject: add spandsp-reconf and uuid-reconf to fix latest speed bump in build X-Git-Tag: v1.0.6~914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=775ed2eb7a298298e121c6ed82266380fe4ed88d;p=thirdparty%2Ffreeswitch.git add spandsp-reconf and uuid-reconf to fix latest speed bump in build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16054 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index a4f7feb292..5a714daf88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -489,6 +489,18 @@ iks-reconf: cd libs/iksemel && sh ./configure.gnu --prefix=$(PREFIX) $(MAKE) mod_dingaling-clean +uuid-reconf: + cd libs/uuid && $(MAKE) clean + cd libs/uuid && autoreconf -fi + cd libs/uuid && sh ./configure.gnu --prefix=$(PREFIX) + cd libs/uuid && $(MAKE) + +spandsp-reconf: + cd libs/spandsp && $(MAKE) clean + cd libs/spandsp && autoreconf -fi + cd libs/spandsp && sh ./configure.gnu --prefix=$(PREFIX) + cd libs/spandsp && $(MAKE) + sofia-reconf: cd libs/sofia-sip && sh ./autogen.sh cd libs/sofia-sip && $(MAKE) clean