projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d4825
)
Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 3 Apr 2011 17:48:09 +0000
(19:48 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
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
patch
|
blob
|
history
diff --git
a/decoders/Makefile.am
b/decoders/Makefile.am
index f4c72e64e43805957bfe3e62a524076c49d94ec6..14622edc35837ea45d3e4f12dce00f28dce5926b 100644
(file)
--- 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