From 3160971286aea0d5b28d5a7a87acaa8a12209ef8 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 6 Feb 2008 22:10:26 +0000 Subject: [PATCH] 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 --- lib/Makefile.am | 3 ++- lib/csharp/Makefile.am | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.17.1