THRIFT-2602:Fix missing dist files
Client: build process
Patch: jfarrell
Add all missing files to the dist package.
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index cbc003b..069e48c 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -82,9 +82,9 @@
# run csharp tests?
# check:
-# cd test/ThriftTest && ./maketest.sh
+# cd test/ThriftTest && ./maketest.sh
# cd test/Multiplex && ./maketest.sh
-
+
EXTRA_DIST = \
$(THRIFTCODE) \
ThriftMSBuildTask \
@@ -93,4 +93,5 @@
src/Thrift.WP7.csproj \
src/Properties/AssemblyInfo.WP7.cs \
src/Transport/TSilverlightSocket.cs \
- test
+ test \
+ README.md