]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Added a touch of error checking to the screen dump routine, i.e. don't
[simgear.git] / simgear / misc / Makefile.am
index ee556730db2f4294f09f54aed4a381a15468e990..b11191802215a5b35e8570886d7009478e1e0067 100644 (file)
@@ -11,6 +11,7 @@ lib_LIBRARIES = libsgmisc.a
 include_HEADERS = \
        fgpath.hxx \
        fgstream.hxx \
+       props.hxx \
        stopwatch.hxx \
        strutils.hxx \
        texcoord.hxx \
@@ -19,6 +20,8 @@ include_HEADERS = \
 libsgmisc_a_SOURCES = \
        fgpath.cxx \
        fgstream.cxx \
+       props.cxx \
+        props_io.cxx \
        strutils.cxx \
        texcoord.cxx \
        zfstream.cxx