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

Freeswitch SVN anthm at freeswitch.org
Sat May 17 11:42:28 EDT 2008


Author: anthm
Date: Sat May 17 11:42:28 2008
New Revision: 8459

Modified:
   freeswitch/trunk/Makefile.am

Log:
add sofia-reconf targer

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Sat May 17 11:42:28 2008
@@ -341,6 +341,11 @@
 	cd libs/sofia-sip && $(MAKE) -j
 	$(MAKE) -j modules
 
+sofia-reconf:
+	cd libs/sofia-sip && $(MAKE) clean
+	cd libs/sofia-sip && autoreconf -fi
+	cd libs/sofia-sip && ./configure --prefix=$(PREFIX) --with-pic --with-glib=no --disable-shared
+
 current: update-clean
 	svn update
 	$(MAKE) all



More information about the Freeswitch-svn mailing list