]> sigrok.org Git - libsigrok.git/commit - Makefile.am
build: Skip Python bindings during distcheck
authorDaniel Elstner <redacted>
Sat, 7 Nov 2015 21:08:45 +0000 (22:08 +0100)
committerDaniel Elstner <redacted>
Sat, 7 Nov 2015 21:13:14 +0000 (22:13 +0100)
commit9448951db5de17f6fc969e5bc2e68e5985c6fa27
treeb68e35c1fb71af7c6bbe91d0d53817b2e0337fd8
parent0a9d05dc7cf555fb29be0780b8274bdec34956e5
build: Skip Python bindings during distcheck

setup.py attempts to relink the bindings at installation time,
which breaks distcheck. Thus, disable the Python bindings during
distcheck for now.
Makefile.am