]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Added exceptions.[ch]xx
[simgear.git] / simgear / misc / Makefile.am
index a4a37a18722ac0a74a6dbde61418d6038acc75df..0014ec1631168b8aaf50bf5d5c285b3e6162c771 100644 (file)
@@ -9,6 +9,8 @@ endif
 lib_LIBRARIES = libsgmisc.a
 
 include_HEADERS = \
+        commands.hxx \
+        exception.hxx
        props.hxx \
        sg_path.hxx \
        sgstream.hxx \
@@ -18,6 +20,8 @@ include_HEADERS = \
        zfstream.hxx
 
 libsgmisc_a_SOURCES = \
+        commands.cxx \
+        exception.cxx \
        props.cxx \
         props_io.cxx \
        sg_path.cxx \