From: Uwe Hermann Date: Sun, 3 Apr 2011 17:48:09 +0000 (+0200) Subject: Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/. X-Git-Tag: libsigrokdecode-0.1.0~284 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=e36d7343ffed4be56b0bbc278aee26671c9990a5;hp=a0d4825744bd5bc2cd18a51e8339faf11b9d87c4 Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/. The .py decoder files are not technically scripts and should not be executable and can not be invoked on the command line (via ./foo.py --help or similar). --- diff --git a/decoders/Makefile.am b/decoders/Makefile.am index f4c72e6..14622ed 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR) -dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py +dist_pkgdata_DATA = i2c.py nunchuk.py transitioncounter.py CLEANFILES = *.pyc