]> 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 86aeebea329d917ee1766fa73056f7634ef945e9..48381175ade36d26083126df6acaff68f3738612 100644 (file)
@@ -26,10 +26,11 @@ openal_test1_LDADD = \
        $(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\"