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 --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4bd3522..01773d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,9 +18,13 @@ # 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 +LUADIR=lua +endif + SUBDIRS = \ data \ - lua \ + $(LUADIR) \ src \ setup \ m4 \ -- cgit