aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-02-18 03:22:37 +0100
committercbdev <cb@cbcdn.com>2018-02-18 03:22:37 +0100
commit3a15da130f8212f9ff7273673c2ce8c3a8bed859 (patch)
tree8b4124d66c5f74566ae0dacbe9e906d6937ef2b7 /makefile
parentddf2409b2b2ded5d2ab65d45ebba8005755e2c35 (diff)
downloadmidimonster-3a15da130f8212f9ff7273673c2ce8c3a8bed859.tar.gz
midimonster-3a15da130f8212f9ff7273673c2ce8c3a8bed859.tar.bz2
midimonster-3a15da130f8212f9ff7273673c2ce8c3a8bed859.zip
Rename uinput backend to evdev
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7778ebd..493c690 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
.PHONY: clean
-BACKENDS = artnet.so midi.so osc.so loopback.so uinput.so
+BACKENDS = artnet.so midi.so osc.so loopback.so evdev.so
OBJS = config.o backend.o plugin.o
PLUGINDIR = "\"./\""