X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FMakefile.am;h=d0009177bbfc212b737a0fbcba7ee0aa550c1fa1;hb=f1f0fa0aa95c2f1562fa9c09365baf8b2b55bfc7;hp=15a31033c9a7774bd1235addee746c0e89322a0c;hpb=240ed6f0b11d8b7ff84ca101078ef17ac6123784;p=simgear.git diff --git a/simgear/structure/Makefile.am b/simgear/structure/Makefile.am index 15a31033..d0009177 100644 --- a/simgear/structure/Makefile.am +++ b/simgear/structure/Makefile.am @@ -8,12 +8,16 @@ include_HEADERS = \ exception.hxx \ event_mgr.hxx \ subsystem_mgr.hxx \ + OSGUtils.hxx \ + OSGVersion.hxx \ SGAtomic.hxx \ SGBinding.hxx \ + SGExpression.hxx \ SGReferenced.hxx \ SGSharedPtr.hxx \ SGSmplhist.hxx \ - SGSmplstat.hxx + SGSmplstat.hxx \ + Singleton.hxx libsgstructure_a_SOURCES = \ commands.cxx \ @@ -22,6 +26,7 @@ libsgstructure_a_SOURCES = \ subsystem_mgr.cxx \ SGAtomic.cxx \ SGBinding.cxx \ + SGExpression.cxx \ SGSmplhist.cxx \ SGSmplstat.cxx