commit | 6cf0ffcec969e4a983171a5f411506b2ed0fd2c1 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周六 4月 05 00:45:42 2014 +0200 |
committer | Roger Meier <roger@apache.org> | 周六 4月 05 00:50:35 2014 +0200 |
tree | f618a140d60a6d99af32225e260b7b5cb28b6cd1 | |
parent | bdbf428365144dc8586276d42c071b44c389e4ff [diff] [blame] |
THRIFT-1681: Add Lua Support Patch: Dave Watson Github Pull Request: This closes #92
diff --git a/lib/Makefile.am b/lib/Makefile.am index 26d9020..0ff7fa0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -74,6 +74,9 @@ 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.