]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Makefile.am
SGPath rename wrapper. Let's see what Win32 makes of it.
[simgear.git] / simgear / structure / Makefile.am
index d0009177bbfc212b737a0fbcba7ee0aa550c1fa1..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 \
@@ -17,18 +18,23 @@ include_HEADERS = \
        SGSharedPtr.hxx \
        SGSmplhist.hxx \
        SGSmplstat.hxx \
-       Singleton.hxx
+       SGWeakPtr.hxx \
+       SGWeakReferenced.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)