]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/Makefile.am
Use a reference counted pointer for the condition.
[simgear.git] / simgear / sound / Makefile.am
index c627346369860620ee6f13668330c112e4842574..48381175ade36d26083126df6acaff68f3738612 100644 (file)
@@ -30,6 +30,7 @@ openal_test2_LDADD = \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
-       $(openal_LIBS)
+       $(openal_LIBS) \
+       -lOpenThreads
 
 INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"