diff options
author | Iztok Jeras <iztok.jeras@gmail.com> | 2012-07-10 23:14:35 +0200 |
---|---|---|
committer | Iztok Jeras <iztok.jeras@gmail.com> | 2012-07-15 15:02:57 +0200 |
commit | 99f5f3b5ac31347795582872a5d92f3d9430c21d (patch) | |
tree | 2686e58cbceca8179ef5973a5600f1db2f79b874 /configure.ac | |
parent | 9cfb16e8532e34b40edf1d980c7438afb31668e0 (diff) | |
download | libsigrokdecode-99f5f3b5ac31347795582872a5d92f3d9430c21d.tar.gz libsigrokdecode-99f5f3b5ac31347795582872a5d92f3d9430c21d.zip |
onewire: the split of the protocol into layers works now
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e46f2d8..768e19b 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,8 @@ AC_CONFIG_FILES([Makefile decoders/uart_dump/Makefile decoders/usb_signalling/Makefile decoders/usb_protocol/Makefile - decoders/onewire/Makefile + decoders/onewire_link/Makefile + decoders/onewire_network/Makefile ]) AC_OUTPUT |