]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Makefile.am
Make use of posix clocks if available.
[simgear.git] / simgear / structure / Makefile.am
index 15a31033c9a7774bd1235addee746c0e89322a0c..d0009177bbfc212b737a0fbcba7ee0aa550c1fa1 100644 (file)
@@ -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