[Freeswitch-svn] [commit] r8837 - freeswitch/trunk

Freeswitch SVN anthm at freeswitch.org
Tue Jun 24 18:28:29 EDT 2008


Author: anthm
Date: Tue Jun 24 18:28:29 2008
New Revision: 8837

Modified:
   freeswitch/trunk/Makefile.am

Log:
update

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Tue Jun 24 18:28:29 2008
@@ -329,6 +329,7 @@
 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 @@
 	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



More information about the Freeswitch-svn mailing list