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