summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2014-08-05 19:54:57 -0700
committerRoger Meier <roger@apache.org>2014-08-07 02:41:29 +0200
commit06d0fa05a56880ff341d8cc8f5de0ed47cf61c2c (patch)
treeaf8399b19f21a99a405660c3f29da9978ef0ec2f /configure.ac
parenta0b86741169b8ef0a1e663154db447517bd89b0b (diff)
downloadthrift-06d0fa05a56880ff341d8cc8f5de0ed47cf61c2c.tar.gz
THRIFT-2648 cleanup erlang lib
client: erlang patch: alisdair sullivan (alisdairsullivan@yahoo.ca) moves tests for the thrift compiler generation of files to /test/erl, properly removes artifacts from test suite runs, adds module listing to .app.src for better behaviour when using erlang tools like relx and rebar and modifies .gitignore to not ignore relevant erlang test components
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bccfc69e3..d97e957f6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -654,6 +654,7 @@ AC_CONFIG_FILES([
lib/lua/Makefile
test/Makefile
test/cpp/Makefile
+ test/erl/Makefile
test/go/Makefile
test/hs/Makefile
test/php/Makefile