]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
- made getValue methods protected, so that they won't be invoked outside
[simgear.git] / simgear / misc / Makefile.am
index a4a37a18722ac0a74a6dbde61418d6038acc75df..4cd437429b31f6f380fc87016740fedbccc0dd89 100644 (file)
@@ -9,6 +9,7 @@ endif
 lib_LIBRARIES = libsgmisc.a
 
 include_HEADERS = \
+        commands.hxx \
        props.hxx \
        sg_path.hxx \
        sgstream.hxx \
@@ -18,6 +19,7 @@ include_HEADERS = \
        zfstream.hxx
 
 libsgmisc_a_SOURCES = \
+        commands.cxx \
        props.cxx \
         props_io.cxx \
        sg_path.cxx \