build: stop shipping files generated by configure

They will be generated by configure.
This commit is contained in:
Pino Toscano
2019-12-12 15:01:37 +01:00
parent 5469db383a
commit 323909d92e
4 changed files with 8 additions and 5 deletions

View File

@@ -38,8 +38,9 @@ EXTRA_DIST = \
setup.py.in \
run-bindtests \
run-python-tests \
t/__init__.py \
t/README \
t/*.py
t/test[0-9]*.py
if HAVE_PYTHON