aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2018-03-27 08:44:42 +0100
committerJon Skeet <jonskeet@google.com>2018-03-27 08:44:42 +0100
commit7b19d2088278e06a7b6a9720ddbfd5ec484ab14f (patch)
treeef6d40220e453bd75db50f7963f19625381c0470 /Makefile.am
parent8e23d4e49c69385537869ed1332d52317c904d59 (diff)
downloadprotobuf-7b19d2088278e06a7b6a9720ddbfd5ec484ab14f.tar.gz
protobuf-7b19d2088278e06a7b6a9720ddbfd5ec484ab14f.tar.bz2
protobuf-7b19d2088278e06a7b6a9720ddbfd5ec484ab14f.zip
Add extra C# file to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \