python: add Makefile to distribute the scripts

This commit is contained in:
Daniel Salzman 2016-11-18 18:43:02 +01:00
parent 8d9c7e4fb6
commit de8f2ff2d3
4 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View file

@ -18,6 +18,8 @@
/src/Makefile.in
/src/zscanner/Makefile
/src/zscanner/Makefile.in
/python/Makefile
/python/Makefile.in
/samples/Makefile
/samples/Makefile.in
/samples/knot.sample.conf

View file

@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libtap src tests tests-fuzz samples doc
SUBDIRS = libtap src tests tests-fuzz python samples doc
.PHONY: singlehtml install-singlehtml
singlehtml install-singlehtml:

View file

@ -531,6 +531,7 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
tests-fuzz/Makefile
samples/Makefile
python/Makefile
src/Makefile
src/contrib/dnstap/Makefile
src/dnssec/Makefile

5
python/Makefile.am Normal file
View file

@ -0,0 +1,5 @@
EXTRA_DIST = \
libknot/__init__.py \
libknot/control.py \
stats_http.py \
stats_influxdb.py