X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=1bb8966ecbe233af532d926c3336b63bc3962946;hb=815a6b95f437b7fcc5d90a305f667b01d731feae;hp=01e002cda56f694f62e248d5410a8ea385230c69;hpb=d615a3962a2e8243aa36c8bd2feabe1d1db51374;p=libsigrok.git 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