]> 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 e538cfda0c1f4d806d2baa4a41d0ad5f43ff18ca..d0009177bbfc212b737a0fbcba7ee0aa550c1fa1 100644 (file)
@@ -8,13 +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 \