X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FMakefile.am;h=5468f2b72b900463c22f8a5fcca3d46dda486940;hb=8bd903dd96a39b8b8d9e4dfb399eb91cb4ce94c7;hp=386c9d94af901a1376ff2fe945a8b32c47501ef4;hpb=d22640ef4e938b523bdc30cd83370977d30de856;p=simgear.git diff --git a/simgear/structure/Makefile.am b/simgear/structure/Makefile.am index 386c9d94..5468f2b7 100644 --- a/simgear/structure/Makefile.am +++ b/simgear/structure/Makefile.am @@ -7,14 +7,19 @@ include_HEADERS = \ commands.hxx \ exception.hxx \ event_mgr.hxx \ - subsystem_mgr.hxx + subsystem_mgr.hxx \ + SGAtomic.hxx \ + SGBinding.hxx \ + SGReferenced.hxx \ + SGSharedPtr.hxx libsgstructure_a_SOURCES = \ commands.cxx \ exception.cxx \ event_mgr.cxx\ - subsystem_mgr.cxx - + subsystem_mgr.cxx \ + SGAtomic.cxx \ + SGBinding.cxx INCLUDES = -I$(top_srcdir)