From 4070d555bd9bd2aed6da64c60c2b953bbfe996a7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 28 Sep 2014 20:16:42 +0200 Subject: Added missing pthread linking --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 094b436..78d117b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ aiomixer_SOURCES = \ device.cc \ mixer.cc -aioloop_LDADD = $(ALSA_LIBS) +aioloop_LDADD = $(ALSA_LIBS) -lpthread aioloop_CXXFLAGS = $(ALSA_CFLAGS) aioloop_SOURCES = \ aioloop.cc \ -- cgit v1.2.3