commit | a10d401996690d3e5387341c1248b7d1028d9ac7 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Feb 02 22:57:46 2022 +0100 |
committer | Jens Geyer <jensg@apache.org> | Wed Feb 02 22:58:16 2022 +0100 |
tree | e1309067b06e96f043c70878664906a8b363f5c8 | |
parent | f99375ef87a0540e7af6cf167522ba0cbb1a0b21 [diff] [blame] |
FIX: missing EXTRA_DIST entries
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am index cd0f33c..4b3ecda 100644 --- a/lib/go/test/Makefile.am +++ b/lib/go/test/Makefile.am
@@ -127,6 +127,8 @@ ConflictNamespaceTestB.thrift \ ConflictNamespaceTestC.thrift \ ConflictNamespaceTestD.thrift \ + ConflictNamespaceTestE.thrift \ + ConflictNamespaceTestF.thrift \ ConflictNamespaceTestSuperThing.thrift \ ConstOptionalField.thrift \ ConstOptionalFieldImport.thrift \