[Freeswitch-svn] [commit] r8533 - freeswitch/trunk
Freeswitch SVN
anthm at freeswitch.org
Thu May 22 15:45:33 EDT 2008
Author: anthm
Date: Thu May 22 15:45:33 2008
New Revision: 8533
Modified:
freeswitch/trunk/Makefile.am
Log:
out of order commands
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Thu May 22 15:45:33 2008
@@ -342,8 +342,8 @@
$(MAKE) -j modules
sofia-reconf:
- cd libs/sofia-sip && $(MAKE) clean
cd libs/sofia-sip && sh ./autogen.sh
+ cd libs/sofia-sip && $(MAKE) clean
cd libs/sofia-sip && ./configure --prefix=$(PREFIX) --with-pic --with-glib=no --disable-shared
current: update-clean
More information about the Freeswitch-svn
mailing list