aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-07 21:02:02 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-07 21:02:02 +0000
commit68996fc874300337ec7349f50d0b1cbb3a6f1bec (patch)
treefd0f9a7b63b00dc0bc2898e6d44913dd95150423 /src/Makefile.am
parent445f1023e1159212c65cb6c27c4f0a3121248a79 (diff)
downloadprotobuf-68996fc874300337ec7349f50d0b1cbb3a6f1bec.tar.gz
protobuf-68996fc874300337ec7349f50d0b1cbb3a6f1bec.tar.bz2
protobuf-68996fc874300337ec7349f50d0b1cbb3a6f1bec.zip
Gigantic descriptors shouldn't overflow the Java string literal size limit.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c73c278..594b5f7f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -186,6 +186,7 @@ protoc_inputs = \
google/protobuf/unittest_lite.proto \
google/protobuf/unittest_import_lite.proto \
google/protobuf/unittest_lite_imports_nonlite.proto \
+ google/protobuf/unittest_enormous_descriptor.proto \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
EXTRA_DIST = \
@@ -225,6 +226,8 @@ protoc_outputs = \
google/protobuf/unittest_custom_options.pb.h \
google/protobuf/unittest_lite_imports_nonlite.pb.cc \
google/protobuf/unittest_lite_imports_nonlite.pb.h \
+ google/protobuf/unittest_enormous_descriptor.pb.cc \
+ google/protobuf/unittest_enormous_descriptor.pb.h \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc \
google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h