]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Makefile.am
Modified Files:
[simgear.git] / simgear / structure / Makefile.am
index e7d361ae5bf94406e880b20f23f50688367763a3..5468f2b72b900463c22f8a5fcca3d46dda486940 100644 (file)
@@ -7,8 +7,9 @@ include_HEADERS = \
        commands.hxx \
        exception.hxx \
        event_mgr.hxx \
-       ssgSharedPtr.hxx \
        subsystem_mgr.hxx \
+       SGAtomic.hxx \
+       SGBinding.hxx \
        SGReferenced.hxx \
        SGSharedPtr.hxx
 
@@ -16,8 +17,9 @@ libsgstructure_a_SOURCES = \
        commands.cxx \
        exception.cxx \
        event_mgr.cxx\
-       subsystem_mgr.cxx
-
+       subsystem_mgr.cxx \
+       SGAtomic.cxx \
+       SGBinding.cxx
 
 INCLUDES = -I$(top_srcdir)