summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-07-05 15:31:03 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-07-05 15:31:03 +0800
commit9821b99fb1cfd1925e04e00e5b04184398ffcf0c (patch)
tree82a65f2c7868adc45c13c58f6fc418e6ad7a1b50 /lua
parent97dd325909f7f8293ce8651a6c04d9ae0b912a00 (diff)
downloadibus-libpinyin-9821b99fb1cfd1925e04e00e5b04184398ffcf0c.tar.gz
ibus-libpinyin-9821b99fb1cfd1925e04e00e5b04184398ffcf0c.tar.xz
ibus-libpinyin-9821b99fb1cfd1925e04e00e5b04184398ffcf0c.zip
Disable lua extension by default
Diffstat (limited to 'lua')
-rw-r--r--lua/Makefile.am6
1 files changed, 0 insertions, 6 deletions
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) \