]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/Makefile.am
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / sound / Makefile.am
index e421cdef5ca82e20bc200d8801bb1adae00332d2..57f3161a6dcafcda47f6f19b2f725a989dfee4e5 100644 (file)
@@ -7,11 +7,13 @@ lib_LIBRARIES = libsgsound.a
 noinst_HEADERS =
 
 include_HEADERS = \
+       sample_group.hxx \
        sample_openal.hxx \
        soundmgr_openal.hxx \
        xmlsound.hxx 
 
 libsgsound_a_SOURCES = \
+       sample_group.cxx \
        sample_openal.cxx  \
        soundmgr_openal.cxx \
        xmlsound.cxx 
@@ -27,10 +29,10 @@ libsgsound_a_SOURCES = \
 
 #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/structure/libsgstructure.a \
-#      $(openal_LIBS) \
-#      -lOpenThreads
+#      $(openal_LIBS)
 
 INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"