From d8b4e29c820470bc88f219f1e026a15bb968133d Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 25 Feb 2018 21:14:03 +0100 Subject: sACN backend input --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b97c8d8..5f403ac 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ .PHONY: all clean run sanitize -BACKENDS = artnet.so midi.so osc.so loopback.so evdev.so +BACKENDS = artnet.so midi.so osc.so loopback.so evdev.so sacn.so OBJS = config.o backend.o plugin.o PLUGINDIR = "\"./\"" -- cgit v1.2.3