]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Makefile.am
Make subsystem group destruction explicit, so get_subsystem calls during destruction...
[simgear.git] / simgear / structure / Makefile.am
index 0f54669b2dae6cc1283f0c9404f5a411fd73b86e..7311a5403fabefc0309370c55e8f154ee88d1523 100644 (file)
@@ -7,6 +7,7 @@ include_HEADERS = \
        commands.hxx \
        exception.hxx \
        event_mgr.hxx \
+       intern.hxx \
        subsystem_mgr.hxx \
        OSGUtils.hxx \
        OSGVersion.hxx \
@@ -19,18 +20,21 @@ include_HEADERS = \
        SGSmplstat.hxx \
        SGWeakPtr.hxx \
        SGWeakReferenced.hxx \
-       Singleton.hxx
+       Singleton.hxx \
+       StringTable.hxx
 
 libsgstructure_a_SOURCES = \
        commands.cxx \
        exception.cxx \
        event_mgr.cxx\
+       intern.hxx \
        subsystem_mgr.cxx \
        SGAtomic.cxx \
        SGBinding.cxx \
        SGExpression.cxx \
        SGSmplhist.cxx \
-       SGSmplstat.cxx
+       SGSmplstat.cxx \
+       StringTable.cxx
 
 INCLUDES = -I$(top_srcdir)