aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-22 14:32:27 +0100
committerJon Skeet <jonskeet@google.com>2015-07-22 14:32:27 +0100
commit43d64b4f54c8cf9521aded37fc695faba28793ee (patch)
treee161b4bfaa308ca173ee9a8b2ff858c5b76b618b /Makefile.am
parente2368c9022285fef5367039f3975885d7fdb7dca (diff)
downloadprotobuf-43d64b4f54c8cf9521aded37fc695faba28793ee.tar.gz
protobuf-43d64b4f54c8cf9521aded37fc695faba28793ee.tar.bz2
protobuf-43d64b4f54c8cf9521aded37fc695faba28793ee.zip
Fix typo in Makefile.am
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 fc2a86a3..c8e730f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,7 +120,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/GenerateCodeInfo.cs \
+ csharp/src/Google.Protobuf/Reflection/GeneratedCodeInfo.cs \
csharp/src/Google.Protobuf/Reflection/IDescriptor.cs \
csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs \
csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs \