diff options
author | Matthew Gregan <[email protected]> | 2012-05-02 16:53:45 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2012-05-02 16:53:45 +1200 |
commit | 519fed174df09fba7f8c15103dd73f3cb5282166 (patch) | |
tree | 2ae04a3456fc917873707d329cb8c77e4a196a85 | |
parent | 5dff139617a05e20c813ce257645dbc2ee44724c (diff) | |
download | cubeb-519fed174df09fba7f8c15103dd73f3cb5282166.tar.gz cubeb-519fed174df09fba7f8c15103dd73f3cb5282166.zip |
fix link flags.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 847db79..fe3f3ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ EXTRA_src_libcubeb_la_SOURCES = \ cubeb_coreaudio.c \ cubeb_directsound.c cubeb_winmm.c -src_libcubeb_la_LDFLAGS = -export-symbols-regex '^cubeb_' $(platform_lib) +src_libcubeb_la_LDFLAGS = -pthread -export-symbols-regex '^cubeb_' $(platform_lib) noinst_PROGRAMS = test/test_sanity test/test_tone |