summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-07-18 21:31:47 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2013-10-06 22:08:31 +0200
commit17f5df4f9eb701d6e8203d2953a7c48d3dd55537 (patch)
treea79e10f7217fd3410c0bf329110cf33a90d6b5e2 /configure.ac
parentab96960eded15c227208e49007a0b3f65c046aa3 (diff)
downloadlibsigrokdecode-17f5df4f9eb701d6e8203d2953a7c48d3dd55537.tar.gz
libsigrokdecode-17f5df4f9eb701d6e8203d2953a7c48d3dd55537.zip
Add initial MIDI protocol decoder.
This supports a certain number of MIDI messages already, but not yet all of them. More will be added later.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46f854d..0fd8918 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,6 +166,7 @@ AC_CONFIG_FILES([Makefile
decoders/lm75/Makefile
decoders/lpc/Makefile
decoders/maxim_ds28ea00/Makefile
+ decoders/midi/Makefile
decoders/mlx90614/Makefile
decoders/mx25lxx05d/Makefile
decoders/mxc6225xu/Makefile