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

Freeswitch SVN anthm at freeswitch.org
Mon Feb 18 18:40:03 EST 2008


Author: anthm
Date: Mon Feb 18 18:40:03 2008
New Revision: 7690

Modified:
   freeswitch/trunk/Makefile.am

Log:
add backup way to generate openzap Makefile

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Mon Feb 18 18:40:03 2008
@@ -293,7 +293,11 @@
 	$(MAKE) -j modules
 	$(MAKE) install
 
-update-clean: clean modwipe uninstall
+libs/openzap/Makefile:
+	cd libs/openzap && autoconf
+	cd libs/openzap && ./configure
+
+update-clean: clean modwipe uninstall libs/openzap/Makefile
 	cd libs/sofia-sip && $(MAKE) clean
 	cd libs/openzap && $(MAKE) clean
 



More information about the Freeswitch-svn mailing list