]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
- changed default value of "archive" attribute from "y" to "n"
[simgear.git] / simgear / misc / Makefile.am
index 8e91feb7c3d26fb27c07b5263195ed63802723be..4cd437429b31f6f380fc87016740fedbccc0dd89 100644 (file)
@@ -9,26 +9,28 @@ endif
 lib_LIBRARIES = libsgmisc.a
 
 include_HEADERS = \
-       fgpath.hxx \
-       fgstream.hxx \
+        commands.hxx \
        props.hxx \
+       sg_path.hxx \
+       sgstream.hxx \
        stopwatch.hxx \
        strutils.hxx \
        texcoord.hxx \
        zfstream.hxx
 
 libsgmisc_a_SOURCES = \
-       fgpath.cxx \
-       fgstream.cxx \
+        commands.cxx \
        props.cxx \
         props_io.cxx \
+       sg_path.cxx \
+       sgstream.cxx \
        strutils.cxx \
        texcoord.cxx \
        zfstream.cxx
 
 noinst_PROGRAMS = props_test
 
-props_test_SOURCES = props_test.cxx props_test.hxx
+props_test_SOURCES = props_test.cxx
 props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a
 
 INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)