From 8fcc82ba704602d6889b1effe8aebfa1a2c90b72 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Mon, 26 May 2014 23:39:47 +0200 Subject: [PATCH] Updated makefile for THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects Client: C# Patch: Jens Geyer --- lib/csharp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index b99674cb9..cbc003b01 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -92,4 +92,5 @@ EXTRA_DIST = \ src/Thrift.sln \ src/Thrift.WP7.csproj \ src/Properties/AssemblyInfo.WP7.cs \ + src/Transport/TSilverlightSocket.cs \ test