aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-04 06:43:13 -0800
committerJan Tattermusch <jtattermusch@users.noreply.github.com>2016-02-04 06:43:13 -0800
commitc78222a366edf128e4361d32958dc96d0b4d89d8 (patch)
tree2e35945c37206936e3f1fad318b5659a700b1b60 /Makefile.am
parenteb1d156d74fc4742175d6c143e5747772e44a4bb (diff)
parentb6159965ec2c9988b28b4ea18891528690f2e4c4 (diff)
downloadprotobuf-c78222a366edf128e4361d32958dc96d0b4d89d8.tar.gz
protobuf-c78222a366edf128e4361d32958dc96d0b4d89d8.tar.bz2
protobuf-c78222a366edf128e4361d32958dc96d0b4d89d8.zip
Merge pull request #1210 from jskeet/rename-generatedcodeinfo
Rename GeneratedCodeInfo to GeneratedClrTypeInfo
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 188346fe..c7267e02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,7 +146,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs \
csharp/src/Google.Protobuf/Reflection/FieldType.cs \
csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs \
- csharp/src/Google.Protobuf/Reflection/GeneratedCodeInfo.cs \
+ csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs \
csharp/src/Google.Protobuf/Reflection/IDescriptor.cs \
csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs \
csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs \