]> sigrok.org Git - libsigrok.git/commit
Build: Fix installation of Python bindings
authorDaniel Elstner <redacted>
Wed, 2 Sep 2015 12:07:06 +0000 (14:07 +0200)
committerDaniel Elstner <redacted>
Wed, 2 Sep 2015 12:07:06 +0000 (14:07 +0200)
commit452986bec416f00ac7fd573a460b9374d47fbf54
tree4f9c55c6a2afc05cae6ddaacc3ee17c513afe1d3
parenta2e4d88205d08729d7a2f43dbd818ac68fdcf693
Build: Fix installation of Python bindings

Apparently setup.py install behaves differently when given
the --root option, so omit that if DESTDIR is empty.

Fixes #644.
Makefile.am