summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
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 \