From 7f8b91f552e80964d995712c26306410854d8ad1 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 5 Sep 2017 14:10:32 -0700 Subject: Add native php support for Duration. (#3583) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 30c443a5..59d82997 100644 --- a/Makefile.am +++ b/Makefile.am @@ -603,6 +603,7 @@ php_EXTRA_DIST= \ php/src/Google/Protobuf/Any.php \ php/src/Google/Protobuf/Descriptor.php \ php/src/Google/Protobuf/DescriptorPool.php \ + php/src/Google/Protobuf/Duration.php \ php/src/Google/Protobuf/EnumDescriptor.php \ php/src/Google/Protobuf/EnumValueDescriptor.php \ php/src/Google/Protobuf/FieldDescriptor.php \ @@ -667,6 +668,7 @@ php_EXTRA_DIST= \ php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php \ php/src/Google/Protobuf/Internal/UninterpretedOption.php \ php/src/GPBMetadata/Google/Protobuf/Any.php \ + php/src/GPBMetadata/Google/Protobuf/Duration.php \ php/src/GPBMetadata/Google/Protobuf/Timestamp.php \ php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php \ php/tests/array_test.php \ -- cgit v1.2.3