From d0332953cda33fb4f8e24ebff9c49159b69c43d6 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Sat, 29 May 2010 13:00:38 -0700 Subject: Add protobuf 2.3.0 sources This is the contents of protobuf-2.3.0.tar.bz2 from http://code.google.com/p/protobuf/downloads/list. Change-Id: Idfde09ce7ef5ac027b07ee83f2674fbbed5c30b2 --- Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c311fe0..b65daee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ EXTRA_DIST = \ vsprojects/protobuf.sln \ vsprojects/protoc.vcproj \ vsprojects/readme.txt \ + vsprojects/test_plugin.vcproj \ vsprojects/tests.vcproj \ vsprojects/lite-test.vcproj \ vsprojects/convert2008to2005.sh \ @@ -114,18 +115,12 @@ EXTRA_DIST = \ python/google/protobuf/internal/generator_test.py \ python/google/protobuf/internal/containers.py \ python/google/protobuf/internal/decoder.py \ - python/google/protobuf/internal/decoder_test.py \ python/google/protobuf/internal/descriptor_test.py \ python/google/protobuf/internal/encoder.py \ - python/google/protobuf/internal/encoder_test.py \ - python/google/protobuf/internal/input_stream.py \ - python/google/protobuf/internal/input_stream_test.py \ python/google/protobuf/internal/message_listener.py \ python/google/protobuf/internal/message_test.py \ python/google/protobuf/internal/more_extensions.proto \ python/google/protobuf/internal/more_messages.proto \ - python/google/protobuf/internal/output_stream.py \ - python/google/protobuf/internal/output_stream_test.py \ python/google/protobuf/internal/reflection_test.py \ python/google/protobuf/internal/service_reflection_test.py \ python/google/protobuf/internal/test_util.py \ -- cgit v1.1