Thrift: Update some makefiles to make "make dist" work.
authorDavid Reiss <dreiss@apache.org>
Wed, 6 Feb 2008 22:10:26 +0000 (22:10 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 6 Feb 2008 22:10:26 +0000 (22:10 +0000)
Reviewed By: mcslee

Test Plan: Ran "make dist" and did a diff.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665466 13f79535-47bb-0310-9956-ffa450edef68

lib/Makefile.am
lib/csharp/Makefile.am

index caf002f..45d741b 100644 (file)
@@ -14,4 +14,5 @@ EXTRA_DIST = \
   ocaml \
   perl  \
   php   \
-  rb
+  rb    \
+  st
index 3b88dbb..909bc53 100644 (file)
@@ -35,3 +35,9 @@ Thrift.dll: $(THRIFTCODE)
 
 clean-local:
        $(RM) Thrift.dll
+
+EXTRA_DIST = \
+             $(THRIFTCODE) \
+             ThriftMSBuildTask \
+             src/Thrift.csproj \
+             src/Thrift.sln