summaryrefslogtreecommitdiff
path: root/tutorial/py
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-03-19 23:32:11 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-03-19 23:53:05 +0900
commit73d16378c5654710192f216f8467676c154d8185 (patch)
tree32254c58e04ddf74e5e0595460f998d08be7be50 /tutorial/py
parent048ea0c8308ac3a2be3ee6e917684d422b9d4221 (diff)
downloadthrift-73d16378c5654710192f216f8467676c154d8185.tar.gz
More make dist entries
Diffstat (limited to 'tutorial/py')
-rwxr-xr-xtutorial/py/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial/py/Makefile.am b/tutorial/py/Makefile.am
index 2397a121d..d891640a9 100755
--- a/tutorial/py/Makefile.am
+++ b/tutorial/py/Makefile.am
@@ -34,5 +34,6 @@ clean-local:
$(RM) -r gen-*
EXTRA_DIST = \
+ setup.cfg \
PythonServer.py \
PythonClient.py