]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Patch to tweak traits so they work on Irix too.
[simgear.git] / simgear / Makefile.am
index 2dd993de2f918173a2c92a17ae043c77b1fa1725..7d62acec4ae8e5d0808a55ab654b9ba06648cfc8 100644 (file)
@@ -16,22 +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 version.h
+include_HEADERS = \
+       compiler.h constants.h fg_traits.hxx fg_zlib.h inlines.h version.h
 
 SUBDIRS = \
        bucket \
        debug \
+       ephemeris \
+       io \
        magvar \
        math \
        $(METAR_DIRS) \
+       xml \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
+       sky \
+       timing \
        xgl \
        $(ZLIB_DIRS)