From 775ed2eb7a298298e121c6ed82266380fe4ed88d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 24 Dec 2009 05:47:04 +0000 Subject: [PATCH] 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 --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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