From f5e8f70a7aaab571e1136e2eb789e3c1ebdc26f6 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 4 Nov 2015 05:25:10 +0100 Subject: added simple support for MIDI CC commands * MIDICCStream provides a stream of CC values as if polled from the controller (this is emulated in applause.c) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 722c053..ceb7ff8 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ JACK_CFLAGS := $(shell pkg-config --cflags jack) JACK_LDFLAGS := $(shell pkg-config --libs jack) CFLAGS += $(LUA_CFLAGS) $(READLINE_CFLAGS) $(JACK_CFLAGS) -LDFLAGS += $(LUA_LDFLAGS) $(READLINE_LDFLAGS) $(JACK_LDFLAGS) +LDFLAGS += $(LUA_LDFLAGS) $(READLINE_LDFLAGS) $(JACK_LDFLAGS) \ + -lpthread all : applause -- cgit v1.2.3