This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.16.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.16.0 by this push:
new f087ec4 FIX: missing EXTRA_DIST entries
f087ec4 is described below
commit f087ec48a2d043a93db36dfa44b69785b5dff1e2
Author: Jens Geyer <[email protected]>
AuthorDate: Wed Feb 2 23:14:52 2022 +0100
FIX: missing EXTRA_DIST entries
---
Makefile.am | 2 ++
lib/php/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index a132209..0fe065f 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 eecda33..4ec6be3 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 \