diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-28 20:16:42 +0200 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-28 20:16:42 +0200 |
| commit | 4070d555bd9bd2aed6da64c60c2b953bbfe996a7 (patch) | |
| tree | 1330f9afc8fdc74660e524f0e19138d57991c5bb | |
| parent | 55eb495ec33f159e0e1ff90467ab768dae727bcf (diff) | |
Added missing pthread linking
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
