diff --git a/Makefile.am b/Makefile.am index 01e002cd..1bb8966e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,7 +416,7 @@ python-build: bindings/cxx/libsigrokxx.la cd bindings/python && python setup.py build python-install: - cd bindings/python && python setup.py install + cd bindings/python && python setup.py install --prefix $(prefix) python-clean: cd bindings/python && python setup.py clean --all