]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add lua-reconf
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Dec 2013 22:33:22 +0000 (03:33 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Dec 2013 22:33:22 +0000 (03:33 +0500)
Makefile.am

index f10899ca8d108d900051ffa263ee7739aa01916a..1c762ac2641abc187aa1256aeb6ef1e401527e06 100644 (file)
@@ -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.