diff options
author | cbdev <cb@cbcdn.com> | 2019-08-07 22:59:02 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-07 22:59:02 +0200 |
commit | 7c20eeea5b1ee8c3c93e29f92e907a14498f9b73 (patch) | |
tree | 503047c6b4ae0b9eb81b4aac9b92706a2027afb6 /backends/Makefile | |
parent | 47a5f9a21bd661f9161d6175ebd074962daee255 (diff) | |
download | midimonster-7c20eeea5b1ee8c3c93e29f92e907a14498f9b73.tar.gz midimonster-7c20eeea5b1ee8c3c93e29f92e907a14498f9b73.tar.bz2 midimonster-7c20eeea5b1ee8c3c93e29f92e907a14498f9b73.zip |
Don't build the maweb backend yet
Diffstat (limited to 'backends/Makefile')
-rw-r--r-- | backends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/Makefile b/backends/Makefile index 3308ef0..2635ddc 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean full LINUX_BACKENDS = midi.so evdev.so -WINDOWS_BACKENDS = artnet.dll osc.dll loopback.dll sacn.dll maweb.dll -BACKENDS = artnet.so osc.so loopback.so sacn.so lua.so maweb.so +WINDOWS_BACKENDS = artnet.dll osc.dll loopback.dll sacn.dll +BACKENDS = artnet.so osc.so loopback.so sacn.so lua.so OPTIONAL_BACKENDS = ola.so BACKEND_LIB = libmmbackend.o |