aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-11-19 08:48:50 +0000
committerJon Skeet <skeet@pobox.com>2015-11-19 08:48:50 +0000
commitc581acb562fad93c4eb7b125cc31b64fa6f51868 (patch)
tree7a08d3d8a0a5470395a32df8be3d448adcccd955 /Makefile.am
parent8162451b727e5abd46ea934a81d44c6ff7e0963e (diff)
parent284bb452e48a3cf3346f00b0ea5579d8fe854573 (diff)
downloadprotobuf-c581acb562fad93c4eb7b125cc31b64fa6f51868.tar.gz
protobuf-c581acb562fad93c4eb7b125cc31b64fa6f51868.tar.bz2
protobuf-c581acb562fad93c4eb7b125cc31b64fa6f51868.zip
Merge pull request #944 from jskeet/umbrella-classname
Change the way the "umbrella class" (descriptors) is named/namespaced
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 694d73a1..8657f821 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,9 +134,9 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/MessageParser.cs \
csharp/src/Google.Protobuf/Preconditions.cs \
csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs \
+ csharp/src/Google.Protobuf/Reflection/Descriptor.cs \
csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs \
csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs \
- csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs \
csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs \
csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs \
csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs \