From e36d7343ffed4be56b0bbc278aee26671c9990a5 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 3 Apr 2011 19:48:09 +0200 Subject: 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). --- decoders/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2