commit | b706b1a905ce5eb8b195300c585caf53a8272c11 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon Apr 29 22:10:10 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | Mon Apr 29 22:10:10 2013 +0200 |
tree | 3520d6031070832859c5afcbfcbca48c428d50b2 | |
parent | 1b4c9b9691b856283f13f6ffb5979acc0d2c1738 [diff] [blame] |
THRIFT-1742 Optionally implement hashcode and equals in c# Patch: Carl Yeksigian
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 9b07f4f..f13f90a 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am
@@ -19,6 +19,7 @@ THRIFTCODE= \ src/Collections/THashSet.cs \ + src/Collections/TCollections.cs \ src/Properties/AssemblyInfo.cs \ src/Protocol/TAbstractBase.cs \ src/Protocol/TBase.cs \