]> 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 386c9d94af901a1376ff2fe945a8b32c47501ef4..d0009177bbfc212b737a0fbcba7ee0aa550c1fa1 100644 (file)
@@ -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)