summaryrefslogtreecommitdiff
path: root/lib/php
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-02-02 23:14:52 +0100
committerJens Geyer <jensg@apache.org>2022-02-02 23:14:52 +0100
commitf087ec48a2d043a93db36dfa44b69785b5dff1e2 (patch)
tree818b5c0b099c609e86f12f52e39d161d338b9030 /lib/php
parent48d1a707d1690bf79f1eb280d88580652d81a3cc (diff)
downloadthrift-f087ec48a2d043a93db36dfa44b69785b5dff1e2.tar.gz
FIX: missing EXTRA_DIST entries
Diffstat (limited to 'lib/php')
-rwxr-xr-xlib/php/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am
index eecda33e3..4ec6be35b 100755
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -140,7 +140,7 @@ EXTRA_DIST = \
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.stub.php \
src/ext/thrift_protocol/php_thrift_protocol_arginfo.h \
src/Thrift.php \
src/TStringUtils.php \