summaryrefslogtreecommitdiffstats
path: root/py/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'py/Makefile.am')
-rw-r--r--py/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/Makefile.am b/py/Makefile.am
index 9fce7c9e..5f4e1f6f 100644
--- a/py/Makefile.am
+++ b/py/Makefile.am
@@ -1,7 +1,5 @@
EXTRA_DIST = setup.py __init__.py nftables.py schema.json
-if HAVE_PYTHON
-
all-local:
cd $(srcdir) && \
$(PYTHON_BIN) setup.py build --build-base $(abs_builddir)
@@ -28,4 +26,3 @@ clean-local:
distclean-local:
rm -f version
-endif