1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

add reconf target

This commit is contained in:
Michael Jerris 2014-11-05 09:44:04 -05:00
parent 831832c2c6
commit a17be38e07

@ -640,6 +640,11 @@ python-reconf:
rm -f src/mod/languages/mod_python/Makefile
./config.status
reconf:
rm config.cache
sh ./config.status --recheck
sh ./config.status
srtp-reconf:
cd libs/srtp && $(MAKE) clean
cd libs/srtp && sh ./config.status --recheck