From e967fac23a17a2804b4ab675fcc65d9353fa47ae Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 11 Jun 2020 09:30:21 +0200 Subject: [PATCH] update Makefile.am --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 48a064c71..264e2dafc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,6 +96,7 @@ csharp_EXTRA_DIST= \ csharp/src/Google.Protobuf.Benchmarks/Program.cs \ csharp/src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto \ csharp/src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs \ + csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs \ csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs \ csharp/src/Google.Protobuf.Conformance/Conformance.cs \ csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \