summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorBCG <bgould@users.noreply.github.com>2016-10-31 23:32:18 -0400
committerJens Geyer <jensg@apache.org>2016-12-03 01:00:52 +0100
commit7ab125a253e5aebbf2a0ed9a0a1602a4b879eca7 (patch)
tree8214b3db71ff757b0c3a6528c25d72d52c561645 /test/Makefile.am
parent84d6af4cf903571319e0ebddd7beb12bc93fb752 (diff)
downloadthrift-7ab125a253e5aebbf2a0ed9a0a1602a4b879eca7.tar.gz
THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types
Client: Java Patch: Benjamin Gould This closes #1120
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1a1bf472e..ff780c396 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -124,6 +124,7 @@ EXTRA_DIST = \
FullCamelTest.thrift \
Include.thrift \
JavaBeansTest.thrift \
+ JavaTypes.thrift \
JsDeepConstructorTest.thrift \
ManyOptionals.thrift \
ManyTypedefs.thrift \