add clean of speex to update-clean
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12143 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9440618b65
commit
4ecf801683
|
@ -348,6 +348,7 @@ update-clean: clean modwipe uninstall libs/openzap/Makefile python-reconf
|
||||||
cd libs/sofia-sip && $(MAKE) clean
|
cd libs/sofia-sip && $(MAKE) clean
|
||||||
cd libs/openzap && $(MAKE) clean
|
cd libs/openzap && $(MAKE) clean
|
||||||
cd libs/portaudio && $(MAKE) clean
|
cd libs/portaudio && $(MAKE) clean
|
||||||
|
cd libs/speex && $(MAKE) clean
|
||||||
|
|
||||||
swigall:
|
swigall:
|
||||||
@echo reswigging all
|
@echo reswigging all
|
||||||
|
|
Loading…
Reference in New Issue