diff options
author | Gareth McMullin <gareth@blacksphere.co.nz> | 2011-11-29 23:50:32 +1300 |
---|---|---|
committer | Gareth McMullin <gareth@blacksphere.co.nz> | 2011-11-29 23:50:32 +1300 |
commit | 03325c23133175d4d1ea86b361c92b8cb12b1b36 (patch) | |
tree | ef5c0430c6ab76d78529482bacf952d2d9b84fb5 /decoders/Makefile.am | |
parent | 012cfd0d620a42165e964c9443bbcde1e4d24b6d (diff) | |
download | libsigrokdecode-03325c23133175d4d1ea86b361c92b8cb12b1b36.tar.gz libsigrokdecode-03325c23133175d4d1ea86b361c92b8cb12b1b36.zip |
srd: Added USB full-speed decoder.
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r-- | decoders/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 194442b..7b1c9a1 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR) -dist_pkgdata_DATA = i2c.py nunchuk.py transitioncounter.py spi.py +dist_pkgdata_DATA = i2c.py nunchuk.py transitioncounter.py spi.py srd_usb.py CLEANFILES = *.pyc |