summaryrefslogtreecommitdiff
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
parent48d1a707d1690bf79f1eb280d88580652d81a3cc (diff)
downloadthrift-f087ec48a2d043a93db36dfa44b69785b5dff1e2.tar.gz
FIX: missing EXTRA_DIST entries
-rwxr-xr-xMakefile.am2
-rwxr-xr-xlib/php/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a1322098b..0fe065f40 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,6 +156,8 @@ EXTRA_DIST = \
doap.rdf \
doc \
dub.json \
+ go.mod \
+ go.sum \
jitpack.yml \
LANGUAGES.md \
LICENSE \
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 \