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

Freeswitch SVN anthm at freeswitch.org
Fri Feb 1 09:24:36 EST 2008


Author: anthm
Date: Fri Feb  1 09:24:35 2008
New Revision: 7455

Modified:
   freeswitch/trunk/Makefile.am

Log:
update makefile

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Feb  1 09:24:35 2008
@@ -287,6 +287,7 @@
 
 speedy-sure: update-clean
 	$(MAKE) -j core
+	cd libs/sofia-sip && $(MAKE) -j
 	$(MAKE) -j modules
 
 current: update-clean
@@ -294,6 +295,11 @@
 	$(MAKE) all
 	$(MAKE) install
 
+speedy-current: update-clean
+	svn update
+	$(MAKE) speedy-sure
+	$(MAKE) install
+
 wayclean: clean
 
 modules: libfreeswitch.la



More information about the Freeswitch-svn mailing list