summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-04-05 00:45:42 +0200
committerRoger Meier <roger@apache.org>2014-04-05 00:50:35 +0200
commit6cf0ffcec969e4a983171a5f411506b2ed0fd2c1 (patch)
treef618a140d60a6d99af32225e260b7b5cb28b6cd1 /lib/Makefile.am
parentbdbf428365144dc8586276d42c071b44c389e4ff (diff)
downloadthrift-6cf0ffcec969e4a983171a5f411506b2ed0fd2c1.tar.gz
THRIFT-1681: Add Lua Support Patch: Dave Watson
Github Pull Request: This closes #92
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 26d9020df..0ff7fa018 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -74,6 +74,9 @@ if WITH_NODEJS
SUBDIRS += nodejs
endif
+if WITH_LUA
+SUBDIRS += lua
+endif
# All of the libs that don't use Automake need to go in here
# so they will end up in our release tarballs.