]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Oops, missing a trainling backslash after exception.hxx
[simgear.git] / simgear / misc / Makefile.am
index 4cd437429b31f6f380fc87016740fedbccc0dd89..514b9c6b9cd67a396169caac3dfaa79bf75a3b68 100644 (file)
@@ -10,6 +10,7 @@ lib_LIBRARIES = libsgmisc.a
 
 include_HEADERS = \
         commands.hxx \
+        exception.hxx \
        props.hxx \
        sg_path.hxx \
        sgstream.hxx \
@@ -20,6 +21,7 @@ include_HEADERS = \
 
 libsgmisc_a_SOURCES = \
         commands.cxx \
+        exception.cxx \
        props.cxx \
         props_io.cxx \
        sg_path.cxx \