diff options
author | Iztok Jeras <iztok.jeras@gmail.com> | 2012-05-15 23:15:26 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-23 00:51:04 +0200 |
commit | 51990c45a1cdcf023f3bbe75a5003c87f8ac902b (patch) | |
tree | 502f97bc12e65230a123570fef62dbc274c345f9 /configure.ac | |
parent | cd287c56af4e005e36faa26a88f6ef6dcbb2c902 (diff) | |
download | libsigrokdecode-51990c45a1cdcf023f3bbe75a5003c87f8ac902b.tar.gz libsigrokdecode-51990c45a1cdcf023f3bbe75a5003c87f8ac902b.zip |
commiting new unfinished 1-wire decoder
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f42f0f4..ae68871 100644 --- a/configure.ac +++ b/configure.ac @@ -166,6 +166,7 @@ AC_CONFIG_FILES([Makefile decoders/transitioncounter/Makefile decoders/uart/Makefile decoders/usb/Makefile + decoders/onewire/Makefile ]) AC_OUTPUT |