diff options
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r-- | decoders/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am index c27d69f..afb6a1b 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -22,14 +22,15 @@ pkgdatadir = $(DECODERS_DIR) # Please keep this list in alphabetical order. dist_pkgdata_DATA = \ + ddc.py \ i2c.py \ mx25lxx05d.py \ nunchuk.py \ + pan1321.py \ spi.py \ srd_usb.py \ transitioncounter.py \ uart.py \ - ddc.py CLEANFILES = *.pyc |