X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fthreads%2FMakefile.am;h=1672b28797321c6ad7ee393b2677d2175bdfe1ea;hb=59df72c4b07bb7873f39f9a7b4ce1948c52e550a;hp=53078d2809524554a008b2be939d7f94c3732a14;hpb=a79a78b6e69f9d9dbc12557b87884a25a6c5fc40;p=simgear.git diff --git a/simgear/threads/Makefile.am b/simgear/threads/Makefile.am index 53078d28..1672b287 100644 --- a/simgear/threads/Makefile.am +++ b/simgear/threads/Makefile.am @@ -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)