aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-15 21:27:30 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-15 21:27:30 +0200
commit10c98b106dbb7ee90aca745c7c100a43f80fa01e (patch)
tree1be45f9a15486e12813729a81e83d32d35578439 /Makefile
parentbad1162b921d3c65390ce64c436fa82aaf9ad7c5 (diff)
downloadtoolame-dab-10c98b106dbb7ee90aca745c7c100a43f80fa01e.tar.gz
toolame-dab-10c98b106dbb7ee90aca745c7c100a43f80fa01e.tar.bz2
toolame-dab-10c98b106dbb7ee90aca745c7c100a43f80fa01e.zip
Port JACK patch to this toolame
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f80a94..14c72e8 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ CC_SWITCHES = $(OPTIM) $(REQUIRED) $(ARCH) $(PG) $(TWEAKS) $(WARNINGS) $(NEW_02L
PGM = toolame
-LIBS = -lm -lzmq
+LIBS = -lm -lzmq -ljack -lpthread
#nick burch's OS/2 fix gagravarr@SoftHome.net
UNAME = $(shell uname)