]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/Makefile.am
.. and remove some debugging code
[simgear.git] / simgear / sound / Makefile.am
index 57f3161a6dcafcda47f6f19b2f725a989dfee4e5..67d91110502c0639adc8151bb3f3fd8e63464425 100644 (file)
@@ -18,21 +18,22 @@ libsgsound_a_SOURCES = \
        soundmgr_openal.cxx \
        xmlsound.cxx 
 
-#noinst_PROGRAMS = openal_test1 openal_test2
-
-#openal_test1_SOURCES = openal_test1.cxx
-#openal_test2_SOURCES = openal_test2.cxx
-
-#openal_test1_LDADD = \
-#      $(top_builddir)/simgear/debug/libsgdebug.a \
-#      $(openal_LIBS)
-
-#openal_test2_LDADD = \
-#      libsgsound.a \
-#      $(top_builddir)/simgear/structure/libsgstructure.a \
-#      $(top_builddir)/simgear/timing/libsgtiming.a \
-#      $(top_builddir)/simgear/debug/libsgdebug.a \
-#      $(top_builddir)/simgear/misc/libsgmisc.a \
-#      $(openal_LIBS)
+check_PROGRAMS = openal_test1 openal_test2
+
+openal_test1_SOURCES = openal_test1.cxx
+openal_test2_SOURCES = openal_test2.cxx
+
+openal_test1_LDADD = \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(openal_LIBS)
+
+openal_test2_LDADD = \
+       libsgsound.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(top_builddir)/simgear/timing/libsgtiming.a \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(top_builddir)/simgear/misc/libsgmisc.a \
+       $(top_builddir)/simgear/math/libsgmath.a \
+       $(openal_LIBS)
 
 INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"