]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Makefile.am
Modified Files:
[simgear.git] / simgear / structure / Makefile.am
index 6324da1747b1fe496b3220335a7481c5fb95f9e1..5468f2b72b900463c22f8a5fcca3d46dda486940 100644 (file)
@@ -8,6 +8,8 @@ include_HEADERS = \
        exception.hxx \
        event_mgr.hxx \
        subsystem_mgr.hxx \
+       SGAtomic.hxx \
+       SGBinding.hxx \
        SGReferenced.hxx \
        SGSharedPtr.hxx
 
@@ -15,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)