aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-11 00:23:25 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-11 00:23:25 +0000
commit8aae2a213742856070e198c0d69018c4a8202d72 (patch)
tree1f811b7c461e83f6638e0486e4a3d0da2c54e90a /src/Makefile.am
parente133abd01c490749eaa13e287a91282c1ca90b48 (diff)
downloadprotobuf-8aae2a213742856070e198c0d69018c4a8202d72.tar.gz
protobuf-8aae2a213742856070e198c0d69018c4a8202d72.tar.bz2
protobuf-8aae2a213742856070e198c0d69018c4a8202d72.zip
Oops, unittest_enormous_descriptor.proto still needs to be in the dist.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c73c278..f009838e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -199,7 +199,8 @@ EXTRA_DIST = \
google/protobuf/testdata/text_format_unittest_extensions_data.txt \
google/protobuf/package_info.h \
google/protobuf/io/package_info.h \
- google/protobuf/compiler/package_info.h
+ google/protobuf/compiler/package_info.h \
+ google/protobuf/unittest_enormous_descriptor.proto
protoc_lite_outputs = \
google/protobuf/unittest_lite.pb.cc \