]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Makefile.am
Minor compiler version detection issue.
[simgear.git] / simgear / structure / Makefile.am
index 6324da1747b1fe496b3220335a7481c5fb95f9e1..7311a5403fabefc0309370c55e8f154ee88d1523 100644 (file)
@@ -7,16 +7,34 @@ include_HEADERS = \
        commands.hxx \
        exception.hxx \
        event_mgr.hxx \
+       intern.hxx \
        subsystem_mgr.hxx \
+       OSGUtils.hxx \
+       OSGVersion.hxx \
+       SGAtomic.hxx \
+       SGBinding.hxx \
+       SGExpression.hxx \
        SGReferenced.hxx \
-       SGSharedPtr.hxx
+       SGSharedPtr.hxx \
+       SGSmplhist.hxx \
+       SGSmplstat.hxx \
+       SGWeakPtr.hxx \
+       SGWeakReferenced.hxx \
+       Singleton.hxx \
+       StringTable.hxx
 
 libsgstructure_a_SOURCES = \
        commands.cxx \
        exception.cxx \
        event_mgr.cxx\
-       subsystem_mgr.cxx
-
+       intern.hxx \
+       subsystem_mgr.cxx \
+       SGAtomic.cxx \
+       SGBinding.cxx \
+       SGExpression.cxx \
+       SGSmplhist.cxx \
+       SGSmplstat.cxx \
+       StringTable.cxx
 
 INCLUDES = -I$(top_srcdir)