aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2016-02-04 16:11:00 +0000
committerJon Skeet <skeet@pobox.com>2016-02-04 16:11:00 +0000
commitbd8a476510d17d3841ff2509fbd67b7f4b543c1c (patch)
treec0d11ef61c62056adb1f3a04a5cbd2dba8ee97c8 /Makefile.am
parentc78222a366edf128e4361d32958dc96d0b4d89d8 (diff)
parent045b528d4acddaf44a941c1a5e137d5a081884fb (diff)
downloadprotobuf-bd8a476510d17d3841ff2509fbd67b7f4b543c1c.tar.gz
protobuf-bd8a476510d17d3841ff2509fbd67b7f4b543c1c.tar.bz2
protobuf-bd8a476510d17d3841ff2509fbd67b7f4b543c1c.zip
Merge pull request #1213 from jskeet/rename-preconditions
Rename Preconditions to ProtoPreconditions
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 c7267e02..fbd27fc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -133,7 +133,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/LimitedInputStream.cs \
csharp/src/Google.Protobuf/MessageExtensions.cs \
csharp/src/Google.Protobuf/MessageParser.cs \
- csharp/src/Google.Protobuf/Preconditions.cs \
+ csharp/src/Google.Protobuf/ProtoPreconditions.cs \
csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs \
csharp/src/Google.Protobuf/Reflection/Descriptor.cs \
csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs \