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