X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FMakefile.am;h=7311a5403fabefc0309370c55e8f154ee88d1523;hb=c955e61ba785a7b4699ed0a35f947fb661cab854;hp=5468f2b72b900463c22f8a5fcca3d46dda486940;hpb=2ea2f1b4f29afe7d74e0474ca02874387526e804;p=simgear.git diff --git a/simgear/structure/Makefile.am b/simgear/structure/Makefile.am index 5468f2b7..7311a540 100644 --- a/simgear/structure/Makefile.am +++ b/simgear/structure/Makefile.am @@ -7,19 +7,34 @@ include_HEADERS = \ commands.hxx \ exception.hxx \ event_mgr.hxx \ + intern.hxx \ subsystem_mgr.hxx \ + OSGUtils.hxx \ + OSGVersion.hxx \ SGAtomic.hxx \ SGBinding.hxx \ + SGExpression.hxx \ SGReferenced.hxx \ - SGSharedPtr.hxx + SGSharedPtr.hxx \ + SGSmplhist.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 + SGBinding.cxx \ + SGExpression.cxx \ + SGSmplhist.cxx \ + SGSmplstat.cxx \ + StringTable.cxx INCLUDES = -I$(top_srcdir)