]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
renamed to sgstream.[ch]xx
[simgear.git] / simgear / Makefile.am
index cdba18bc2da4fcc391b68da912c97ac03757f3ab..56d6c4bff310ead0daf872fcf39f617950978426 100644 (file)
@@ -16,25 +16,29 @@ else
 ZLIB_DIRS = zlib
 endif
 
-METAR_DIRS =
-METAR_DIRS = metar
+METAR_DIRS =
+METAR_DIRS = metar
 
 EXTRA_DIST = version.h.in
 
 include_HEADERS = \
-       compiler.h constants.h fg_traits.hxx fg_zlib.h inlines.h version.h
+       compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
 
 SUBDIRS = \
        bucket \
        debug \
        ephemeris \
+       io \
        magvar \
        math \
        $(METAR_DIRS) \
+       xml \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
        sky \
+       timing \
        xgl \
        $(ZLIB_DIRS)