X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FMakefile.am;h=d0009177bbfc212b737a0fbcba7ee0aa550c1fa1;hb=f1f0fa0aa95c2f1562fa9c09365baf8b2b55bfc7;hp=6cbc483cd30fce8679d13b9a9ab3a8e9057f3c79;hpb=11b16b8a86d49743a2f29570871bd8adccb51890;p=simgear.git diff --git a/simgear/structure/Makefile.am b/simgear/structure/Makefile.am index 6cbc483c..d0009177 100644 --- a/simgear/structure/Makefile.am +++ b/simgear/structure/Makefile.am @@ -8,16 +8,27 @@ include_HEADERS = \ exception.hxx \ event_mgr.hxx \ subsystem_mgr.hxx \ + OSGUtils.hxx \ + OSGVersion.hxx \ SGAtomic.hxx \ + SGBinding.hxx \ + SGExpression.hxx \ SGReferenced.hxx \ - SGSharedPtr.hxx + SGSharedPtr.hxx \ + SGSmplhist.hxx \ + SGSmplstat.hxx \ + Singleton.hxx libsgstructure_a_SOURCES = \ commands.cxx \ exception.cxx \ event_mgr.cxx\ subsystem_mgr.cxx \ - SGAtomic.cxx + SGAtomic.cxx \ + SGBinding.cxx \ + SGExpression.cxx \ + SGSmplhist.cxx \ + SGSmplstat.cxx INCLUDES = -I$(top_srcdir)