Skip to content
Snippets Groups Projects
Commit de8f2ff2 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

python: add Makefile to distribute the scripts

parent 8d9c7e4f
Branches
Tags
No related merge requests found
......@@ -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
......
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:
......
......@@ -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
......
EXTRA_DIST = \
libknot/__init__.py \
libknot/control.py \
stats_http.py \
stats_influxdb.py
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment