diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-02 19:29:54 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-11 00:46:11 +0200 |
commit | a015bd4926d95a5cbb25843c02eca967097f4e7e (patch) | |
tree | 4faa435fa900f43cc3eb309ee8473ec7a21ea011 /configure.ac | |
parent | a56b8fe1439410e88a4fa3888820f693f6f37aba (diff) | |
download | libsigrokdecode-a015bd4926d95a5cbb25843c02eca967097f4e7e.tar.gz libsigrokdecode-a015bd4926d95a5cbb25843c02eca967097f4e7e.zip |
Rename usb_protocol to usb_packet.
There will be further PDs that are stacked on top of usb_packet.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0fd8918..ca85648 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,7 @@ AC_CONFIG_FILES([Makefile decoders/transitioncounter/Makefile decoders/uart/Makefile decoders/uart_dump/Makefile - decoders/usb_protocol/Makefile + decoders/usb_packet/Makefile decoders/usb_signalling/Makefile decoders/xfp/Makefile ]) |