aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-23 18:37:37 -0700
committerBo Yang <teboring@google.com>2016-09-23 19:12:45 -0700
commita428e42072765993ff674fda72863c9f1aa2d268 (patch)
treeb2edd4ffd7e4b8d37e4aa17b1382ed1df25cce0d /Makefile.am
parente7269aa4f6bd60ef599b65aab9ed547006ed5c17 (diff)
downloadprotobuf-a428e42072765993ff674fda72863c9f1aa2d268.tar.gz
protobuf-a428e42072765993ff674fda72863c9f1aa2d268.tar.bz2
protobuf-a428e42072765993ff674fda72863c9f1aa2d268.zip
Add php files for make dist.v3.1.0-alpha-1v3.1.0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am53
1 files changed, 52 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a47a1882..83f1043d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -571,6 +571,57 @@ objectivec_EXTRA_DIST= \
objectivec/Tests/UnitTests-Info.plist \
Protobuf.podspec
+php_EXTRA_DIST= \
+ php/src/phpdoc.dist.xml \
+ php/src/Google/Protobuf/Internal/DescriptorPool.php \
+ php/src/Google/Protobuf/Internal/OneofField.php \
+ php/src/Google/Protobuf/Internal/MapEntry.php \
+ php/src/Google/Protobuf/Internal/Type.php \
+ php/src/Google/Protobuf/Internal/InputStream.php \
+ php/src/Google/Protobuf/Internal/OutputStream.php \
+ php/src/Google/Protobuf/Internal/MessageBuilderContext.php \
+ php/src/Google/Protobuf/Internal/MapField.php \
+ php/src/Google/Protobuf/Internal/RepeatedField.php \
+ php/src/Google/Protobuf/Internal/Message.php \
+ php/src/Google/Protobuf/Internal/GPBWire.php \
+ php/src/Google/Protobuf/Internal/GPBType.php \
+ php/src/Google/Protobuf/Internal/GPBLabel.php \
+ php/src/Google/Protobuf/Internal/EnumBuilderContext.php \
+ php/src/Google/Protobuf/Internal/GPBUtil.php \
+ php/src/Google/Protobuf/descriptor_internal.pb.php \
+ php/src/Google/Protobuf/descriptor.php \
+ php/tests/encode_decode_test.php \
+ php/tests/test.sh \
+ php/tests/generated_class_test.php \
+ php/tests/array_test.php \
+ php/tests/php_implementation_test.php \
+ php/tests/test_include.proto \
+ php/tests/test_include.pb.php \
+ php/tests/map_field_test.php \
+ php/tests/test_base.php \
+ php/tests/test_util.php \
+ php/tests/test.proto \
+ php/tests/test.pb.php \
+ php/tests/memory_leak_test.php \
+ php/README.md \
+ php/ext/google/protobuf/utf8.h \
+ php/ext/google/protobuf/message.c \
+ php/ext/google/protobuf/utf8.c \
+ php/ext/google/protobuf/package.xml \
+ php/ext/google/protobuf/upb.h \
+ php/ext/google/protobuf/array.c \
+ php/ext/google/protobuf/encode_decode.c \
+ php/ext/google/protobuf/protobuf.h \
+ php/ext/google/protobuf/type_check.c \
+ php/ext/google/protobuf/def.c \
+ php/ext/google/protobuf/storage.c \
+ php/ext/google/protobuf/map.c \
+ php/ext/google/protobuf/config.m4 \
+ php/ext/google/protobuf/upb.c \
+ php/ext/google/protobuf/protobuf.c \
+ phpunit.xml \
+ composer.json
+
python_EXTRA_DIST= \
python/MANIFEST.in \
python/google/__init__.py \
@@ -768,7 +819,7 @@ js_EXTRA_DIST= \
js/testbinary.proto \
js/testempty.proto
-all_EXTRA_DIST=$(csharp_EXTRA_DIST) $(java_EXTRA_DIST) $(javanano_EXTRA_DIST) $(objectivec_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST) $(js_EXTRA_DIST)
+all_EXTRA_DIST=$(csharp_EXTRA_DIST) $(java_EXTRA_DIST) $(javanano_EXTRA_DIST) $(objectivec_EXTRA_DIST) $(php_EXTRA_DIST) $(python_EXTRA_DIST) $(ruby_EXTRA_DIST) $(js_EXTRA_DIST)
EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
autogen.sh \