]> sigrok.org Git - libsigrokdecode.git/commitdiff
Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/.
authorUwe Hermann <redacted>
Sun, 3 Apr 2011 17:48:09 +0000 (19:48 +0200)
committerUwe Hermann <redacted>
Sun, 3 Apr 2011 17:48:09 +0000 (19:48 +0200)
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).

decoders/Makefile.am

index f4c72e64e43805957bfe3e62a524076c49d94ec6..14622edc35837ea45d3e4f12dce00f28dce5926b 100644 (file)
@@ -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