aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-25 23:17:15 +0200
committercbdev <cb@cbcdn.com>2018-03-25 23:17:15 +0200
commitcf889dd8bd983182534457b6778892ef0634e592 (patch)
treec48ae905f6f825b8935b8e64326ff5e772132726 /backends/Makefile
parent52cb34c88129145597984913b86321a940fc520a (diff)
downloadmidimonster-cf889dd8bd983182534457b6778892ef0634e592.tar.gz
midimonster-cf889dd8bd983182534457b6778892ef0634e592.tar.bz2
midimonster-cf889dd8bd983182534457b6778892ef0634e592.zip
Rough rtpmidi backend skeleton
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 446ad70..771e97e 100644
--- a/backends/Makefile
+++ b/backends/Makefile
@@ -1,6 +1,6 @@
.PHONY: all clean
LINUX_BACKENDS = midi.so evdev.so
-BACKENDS = artnet.so osc.so loopback.so sacn.so
+BACKENDS = artnet.so osc.so loopback.so sacn.so rtpmidi.so
SYSTEM := $(shell uname -s)