diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-04-27 23:13:45 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-04-27 23:13:45 +0200 |
commit | cd0fc8c53f8f2d61375da310b924825f0bddc549 (patch) | |
tree | d29aa9a4d74d8ca51e05663803a81f10af74a88d /scripts/Makefile.am | |
parent | 23fb2e12078a679b737aa3ec128b8af3a7923692 (diff) | |
download | libsigrokdecode-cd0fc8c53f8f2d61375da310b924825f0bddc549.tar.gz libsigrokdecode-cd0fc8c53f8f2d61375da310b924825f0bddc549.zip |
Add Python decoder for the Wii Nunchuk.
Untested, unfinished.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 2372ff2..ae4a3c8 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -18,5 +18,5 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -dist_pkgdata_SCRIPTS = i2c.py transitioncounter.py +dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py |