aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-05-01 16:49:49 +0200
committercbdev <cb@cbcdn.com>2020-05-01 16:49:49 +0200
commit4f467a30f88a628e0e49858986d9278e12a92ce5 (patch)
treef2a94dad142d6b4be7a5a116d6daec172b2c64b8 /backends/Makefile
parentc0bb55ff08faf2f89af947090d1c9bc412927d9f (diff)
downloadmidimonster-4f467a30f88a628e0e49858986d9278e12a92ce5.tar.gz
midimonster-4f467a30f88a628e0e49858986d9278e12a92ce5.tar.bz2
midimonster-4f467a30f88a628e0e49858986d9278e12a92ce5.zip
Implement wininput skeleton and mouse output
Diffstat (limited to 'backends/Makefile')
-rw-r--r--backends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/Makefile b/backends/Makefile
index 700c9b3..9b66728 100644
--- a/backends/Makefile
+++ b/backends/Makefile
@@ -1,6 +1,6 @@
.PHONY: all clean full
LINUX_BACKENDS = midi.so evdev.so
-WINDOWS_BACKENDS = artnet.dll osc.dll loopback.dll sacn.dll maweb.dll winmidi.dll openpixelcontrol.dll rtpmidi.dll
+WINDOWS_BACKENDS = artnet.dll osc.dll loopback.dll sacn.dll maweb.dll winmidi.dll openpixelcontrol.dll rtpmidi.dll wininput.dll
BACKENDS = artnet.so osc.so loopback.so sacn.so lua.so maweb.so jack.so openpixelcontrol.so python.so rtpmidi.so
OPTIONAL_BACKENDS = ola.so
BACKEND_LIB = libmmbackend.o