From 9821b99fb1cfd1925e04e00e5b04184398ffcf0c Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Mon, 5 Jul 2010 15:31:03 +0800 Subject: Disable lua extension by default --- lua/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua') diff --git a/lua/Makefile.am b/lua/Makefile.am index c1ef9c4..e38c14c 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -18,18 +18,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -if IBUS_BUILD_LUA_EXTENSION lua_script_DATA = base.lua \ $(NULL) -endif lua_scriptdir = $(pkgdatadir) -if IBUS_BUILD_LUA_EXTENSION noinst_LTLIBRARIES = \ libpylua.la \ $(NULL) -endif libpylua_la_SOURCES = \ lua-plugin.h \ @@ -48,12 +44,10 @@ libpylua_la_LIBADD = \ @LUA_LIBS@ \ $(NULL) -if IBUS_BUILD_LUA_EXTENSION TESTS = \ lua-ext-console \ test-lua-plugin \ $(NULL) -endif noinst_PROGRAMS = \ $(TESTS) \ -- cgit