From a62d40647e07451909b4a84c6ecf86422056300a Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Mon, 19 Nov 2012 12:10:25 -0600 Subject: [PATCH] bindings/Makefile.am: Fix 'make dist' 'make dist' was broken by the previous patch. Now tell Automake not to build or distribute Hamlib.py. --- bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 08e0c29f5..c74248219 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -137,7 +137,7 @@ all-py: $(python_ltlib) check-py: all-py $(srcdir)/pytest.py || echo "Python test failed" 1>&2 -python_PYTHON = Hamlib.py +nodist_python_PYTHON = Hamlib.py _Hamlib_la_LTLIBRARIES = $(python_ltlib)