From 7b19d2088278e06a7b6a9720ddbfd5ec484ab14f Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 27 Mar 2018 08:44:42 +0100 Subject: Add extra C# file to Makefile.am --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8e85484b..41b68b2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,6 +133,7 @@ csharp_EXTRA_DIST= \ csharp/src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs \ csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \ csharp/src/Google.Protobuf/Collections/RepeatedField.cs \ + csharp/src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs \ csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \ csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs \ csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \ -- cgit v1.2.3