]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 24 Jun 2008 22:28:29 +0000 (22:28 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 24 Jun 2008 22:28:29 +0000 (22:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8837 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index ada932da2230248d3a93f4817b7251b0b1c3a585..21c88d466ba974e59f510e3396f705363cdc180b 100644 (file)
@@ -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