summaryrefslogtreecommitdiff
path: root/decoders/Makefile.am
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-13 18:49:09 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-13 18:49:09 +0100
commit2b0915c197388c3c40f18875b375b5ca8c9d9387 (patch)
tree1586b0dc1d9f0ce87ad4cdac0c281cbb42ce0643 /decoders/Makefile.am
parentc0d7b38e465d0f2f704c15f439e625f18122e3a3 (diff)
downloadlibsigrokdecode-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.am1
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 \