Adds the podspec to objectivec_EXTRA_DIST in Makefile.am

This commit is contained in:
Jorge Canizales 2015-05-14 22:38:52 -07:00
parent 244366f8a8
commit 46b0a65702

View file

@ -318,7 +318,8 @@ objectivec_EXTRA_DIST= \
objectivec/Tests/unittest_runtime_proto2.proto \
objectivec/Tests/unittest_runtime_proto3.proto \
objectivec/Tests/UnitTests-Bridging-Header.h \
objectivec/Tests/UnitTests-Info.plist
objectivec/Tests/UnitTests-Info.plist \
Protobuf.podspec
python_EXTRA_DIST= \
python/google/protobuf/internal/api_implementation.cc \