]> 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 b36ab91ed6a82bda01a2aa528b786fe8fc4ef370..7d62acec4ae8e5d0808a55ab654b9ba06648cfc8 100644 (file)
@@ -4,24 +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 inlines.h version.h
 
 SUBDIRS = \
-       include \
        bucket \
        debug \
+       ephemeris \
+       io \
+       magvar \
        math \
        $(METAR_DIRS) \
+       xml \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
+       sky \
+       timing \
        xgl \
        $(ZLIB_DIRS)