diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-13 18:49:09 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-13 18:49:09 +0100 |
commit | 2b0915c197388c3c40f18875b375b5ca8c9d9387 (patch) | |
tree | 1586b0dc1d9f0ce87ad4cdac0c281cbb42ce0643 /decoders/Makefile.am | |
parent | c0d7b38e465d0f2f704c15f439e625f18122e3a3 (diff) | |
download | libsigrokdecode-2b0915c197388c3c40f18875b375b5ca8c9d9387.tar.gz libsigrokdecode-2b0915c197388c3c40f18875b375b5ca8c9d9387.zip |
srd: Add initial DCF77 protocol decoder.
Works quite well already, but not all details of the protocol are
implemented, yet.
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r-- | decoders/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 33efdba..8b64f7f 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -22,6 +22,7 @@ pkgdatadir = $(DECODERS_DIR) # Please keep this list in alphabetical order. dist_pkgdata_DATA = \ + dcf77.py \ ddc.py \ i2c.py \ mx25lxx05d.py \ |