From 8aae2a213742856070e198c0d69018c4a8202d72 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Tue, 11 Aug 2009 00:23:25 +0000 Subject: [PATCH] Oops, unittest_enormous_descriptor.proto still needs to be in the dist. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2c73c2787f..f009838ef0 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 \