commit | a10d401996690d3e5387341c1248b7d1028d9ac7 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Feb 02 22:57:46 2022 +0100 |
committer | Jens Geyer <jensg@apache.org> | Wed Feb 02 22:58:16 2022 +0100 |
tree | e1309067b06e96f043c70878664906a8b363f5c8 | |
parent | f99375ef87a0540e7af6cf167522ba0cbb1a0b21 [diff] [blame] |
FIX: missing EXTRA_DIST entries
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index 1857d03..eecda33 100755 --- a/lib/php/Makefile.am +++ b/lib/php/Makefile.am
@@ -140,6 +140,8 @@ src/ext/thrift_protocol/config.w32 \ src/ext/thrift_protocol/php_thrift_protocol.cpp \ src/ext/thrift_protocol/php_thrift_protocol.h \ + src/ext/thrift_protocol/php_thrift_protocol.stub.php + src/ext/thrift_protocol/php_thrift_protocol_arginfo.h \ src/Thrift.php \ src/TStringUtils.php \ coding_standards.md \