]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Tweaks to errno checking and perror.
[simgear.git] / simgear / Makefile.am
index 4bfc91ff33f8e2c227ef0354afe0fe4c3691e5b8..baf586c7b7ca03692e34b69aabf7a8899943d3f2 100644 (file)
@@ -4,6 +4,12 @@ else
 SERIAL_DIRS =
 endif
 
+# if HAVE_GDBM
+# GDBM_DIRS =
+# else
+# GDBM_DIRS = gdbm
+# endif
+
 if HAVE_ZLIB
 ZLIB_DIRS =
 else
@@ -15,17 +21,24 @@ METAR_DIRS =
 
 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)