summaryrefslogtreecommitdiff
path: root/examples/jackd-listener/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/jackd-listener/Makefile')
-rw-r--r--examples/jackd-listener/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jackd-listener/Makefile b/examples/jackd-listener/Makefile
index a9004923..b0208530 100644
--- a/examples/jackd-listener/Makefile
+++ b/examples/jackd-listener/Makefile
@@ -2,7 +2,7 @@ CC ?= gcc
OPT = -O2 -g
CFLAGS = $(OPT) -Wall -Wextra -Wno-parentheses -std=gnu99
INCFLAGS = -I../../daemons/mrpd -I../common -I../../daemons/common
-LDLIBS = -lpcap -lsndfile -ljack
+LDLIBS = -lpcap -lsndfile -ljack -lpthread
all: jack_listener