From 887df65ed7ca06bfce18af1e3fbc78379f3e331f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 24 Jun 2008 22:28:29 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8837 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index ada932da22..21c88d466b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -329,6 +329,7 @@ libs/openzap/Makefile: update-clean: clean modwipe uninstall libs/openzap/Makefile cd libs/sofia-sip && $(MAKE) clean cd libs/openzap && $(MAKE) clean + cd libs/portaudio && $(MAKE) clean swigall: @echo reswigging all @@ -341,6 +342,11 @@ speedy-sure: update-clean cd libs/sofia-sip && $(MAKE) -j $(MAKE) -j modules +pa-reconf: + cd libs/portaudio && $(MAKE) clean + cd libs/portaudio && sh ./configure.gnu + $(MAKE) mod_portaudio-clean + sofia-reconf: cd libs/sofia-sip && sh ./autogen.sh cd libs/sofia-sip && $(MAKE) clean