]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10556: fix build error on lua-reconf which is no longer required
authorMike Jerris <mike@jerris.com>
Fri, 28 Jul 2017 15:30:42 +0000 (10:30 -0500)
committerMike Jerris <mike@jerris.com>
Fri, 28 Jul 2017 15:30:54 +0000 (10:30 -0500)
Makefile.am

index 8b0ac82b433ecf8926d6de8710f651fe02f5618d..ef267d5280e5fb54f4c049239396befa77b937ae 100644 (file)
@@ -731,7 +731,7 @@ pristine:
        git clean -fdx
        git reset --hard
 
-update-clean: clean python-reconf lua-reconf spandsp-reconf srtp-reconf
+update-clean: clean python-reconf spandsp-reconf srtp-reconf
        cd libs/sofia-sip && $(MAKE) clean
        cd libs/esl && $(MAKE) clean
        cd libs/srtp && $(MAKE) clean
@@ -777,10 +777,6 @@ sofia-reconf:
        cd libs/sofia-sip && $(MAKE) clean
        cd libs/sofia-sip && ./configure $(MY_DEFAULT_ARGS) --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.