]> 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 c570677c92f0da521c2f77c7622ada1dfe2f36bc..48381175ade36d26083126df6acaff68f3738612 100644 (file)
@@ -24,11 +24,13 @@ openal_test2_SOURCES = openal_test2.cxx
 openal_test1_LDADD = \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(openal_LIBS)
+
 openal_test2_LDADD = \
-       $(top_builddir)/simgear/sound/libsgsound.a \
+       libsgsound.a \
        $(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)
+INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"