]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/Makefile.am
allow sound effects in the configuration file to be added to the 'avionics' sample...
[simgear.git] / simgear / threads / Makefile.am
index 53078d2809524554a008b2be939d7f94c3732a14..1672b28797321c6ad7ee393b2677d2175bdfe1ea 100644 (file)
@@ -3,9 +3,11 @@ includedir = @includedir@/threads
 lib_LIBRARIES = libsgthreads.a
 
 include_HEADERS = \
+       SGGuard.hxx \
+       SGQueue.hxx \
        SGThread.hxx
 
 libsgthreads_a_SOURCES = \
        SGThread.cxx
 
-INCLUDES += -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)