X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FMakefile.am;h=7311a5403fabefc0309370c55e8f154ee88d1523;hb=08ad449774b0b80dc19b7a55d82dc25a71ce1415;hp=17e2ff9ba73564503515697958aec0122bdae231;hpb=98cecfe940dd9245672b32a01e027aca3d04c02f;p=simgear.git diff --git a/simgear/structure/Makefile.am b/simgear/structure/Makefile.am index 17e2ff9b..7311a540 100644 --- a/simgear/structure/Makefile.am +++ b/simgear/structure/Makefile.am @@ -7,6 +7,7 @@ include_HEADERS = \ commands.hxx \ exception.hxx \ event_mgr.hxx \ + intern.hxx \ subsystem_mgr.hxx \ OSGUtils.hxx \ OSGVersion.hxx \ @@ -16,18 +17,24 @@ include_HEADERS = \ SGReferenced.hxx \ SGSharedPtr.hxx \ SGSmplhist.hxx \ - SGSmplstat.hxx + SGSmplstat.hxx \ + SGWeakPtr.hxx \ + SGWeakReferenced.hxx \ + Singleton.hxx \ + StringTable.hxx libsgstructure_a_SOURCES = \ commands.cxx \ exception.cxx \ event_mgr.cxx\ + intern.hxx \ subsystem_mgr.cxx \ SGAtomic.cxx \ SGBinding.cxx \ SGExpression.cxx \ SGSmplhist.cxx \ - SGSmplstat.cxx + SGSmplstat.cxx \ + StringTable.cxx INCLUDES = -I$(top_srcdir)