From: Anthony Minessale Date: Mon, 9 Dec 2013 22:33:22 +0000 (+0500) Subject: add lua-reconf X-Git-Tag: v1.4.2~3^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75bf4625ff143c170a50ff120c7cd37f2cf72115;p=thirdparty%2Ffreeswitch.git add lua-reconf --- diff --git a/Makefile.am b/Makefile.am index f10899ca8d..1c762ac264 100644 --- a/Makefile.am +++ b/Makefile.am @@ -649,7 +649,7 @@ pristine: git clean -fdx git reset --hard -update-clean: clean libs/openzap/Makefile python-reconf +update-clean: clean libs/openzap/Makefile python-reconf lua-reconf cd libs/sofia-sip && $(MAKE) clean cd libs/openzap && $(MAKE) clean cd libs/portaudio && $(MAKE) clean @@ -708,6 +708,10 @@ sofia-reconf: cd libs/sofia-sip && $(MAKE) clean cd libs/sofia-sip && ./configure --prefix=$(prefix) --with-pic --with-glib=no --disable-shared +lua-reconf: + cd src/mod/languages/mod_lua/lua && make clean + cd src/mod/languages/mod_lua && make clean + cluecon: @clear @echo Thank you for updating. This is going to take a while so relax.