From: David Reiss Date: Wed, 6 Feb 2008 22:10:26 +0000 (+0000) Subject: Thrift: Update some makefiles to make "make dist" work. X-Git-Tag: 0.2.0~1006 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=3160971286aea0d5b28d5a7a87acaa8a12209ef8;p=common%2Fthrift.git Thrift: Update some makefiles to make "make dist" work. 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 --- diff --git a/lib/Makefile.am b/lib/Makefile.am index caf002fd..45d741be 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -14,4 +14,5 @@ EXTRA_DIST = \ ocaml \ perl \ php \ - rb + rb \ + st diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 3b88dbb9..909bc53c 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -35,3 +35,9 @@ Thrift.dll: $(THRIFTCODE) clean-local: $(RM) Thrift.dll + +EXTRA_DIST = \ + $(THRIFTCODE) \ + ThriftMSBuildTask \ + src/Thrift.csproj \ + src/Thrift.sln