forked from Mirrors/freeswitch
add backup way to generate openzap Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7690 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
486a897e7a
commit
929a901a8f
|
@ -293,7 +293,11 @@ up: clean
|
|||
$(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
|
||||
|
||||
|
|
Loading…
Reference in New Issue