aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-05-14 22:38:52 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-05-14 22:38:52 -0700
commit46b0a6570271a5f880e9277f158ceabf404a2348 (patch)
tree7bf2ecabbb8e72aa873338c1b0bbc2d799ffe82e /Makefile.am
parent244366f8a8a64a4a377e875ce46be496724f3c7e (diff)
Adds the podspec to objectivec_EXTRA_DIST in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eecffa1f..45d44f5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \