commit | ec2a252136cb864a9edb22ef895bd62ff29c53e1 | [log] [tgz] |
---|---|---|
author | David Hull <david.hull@openx.com> | Fri Jul 28 02:09:42 2017 +0200 |
committer | Jens Geyer <jensg@apache.org> | Tue Aug 01 00:38:55 2017 +0200 |
tree | 49f9708ff85b566f96f6a171578ab0e93ccfb103 | |
parent | 3ba4ecf3e0a4e2b4fde0cc6e48f672d95d732ba5 [diff] [blame] |
THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. Client: Erlang Patch: David Hull <david.hull@openx.com> This closes #1319
diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am index 2502d31..92e2204 100644 --- a/lib/erl/Makefile.am +++ b/lib/erl/Makefile.am
@@ -19,6 +19,7 @@ THRIFT = ../../compiler/cpp/thrift THRIFT_FILES = $(wildcard test/*.thrift) \ + ../../test/ConstantsDemo.thrift \ ../../test/NameConflictTest.thrift \ ../../test/ThriftTest.thrift