FIX: missing EXTRA_DIST entries
diff --git a/Makefile.am b/Makefile.am
index a132209..0fe065f 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,6 +156,8 @@
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 @@
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 \