]> 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 4bfc91ff33f8e2c227ef0354afe0fe4c3691e5b8..7d62acec4ae8e5d0808a55ab654b9ba06648cfc8 100644 (file)
@@ -4,28 +4,41 @@ else
 SERIAL_DIRS =
 endif
 
+# if HAVE_GDBM
+# GDBM_DIRS =
+# else
+# GDBM_DIRS = gdbm
+# endif
+
 if HAVE_ZLIB
 ZLIB_DIRS =
 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)