]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Display a warning message for Irix users.
[simgear.git] / simgear / Makefile.am
index 2dd993de2f918173a2c92a17ae043c77b1fa1725..6cddb53032e2ab27ae2294360380dabe6cca4520 100644 (file)
@@ -16,22 +16,36 @@ else
 ZLIB_DIRS = zlib
 endif
 
-METAR_DIRS =
-# METAR_DIRS = metar
+if HAVE_THREADS
+SGTHREAD_DIR = threads
+else
+SGTHREAD_DIR = 
+endif
+
+# 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 sg_inlines.h sg_traits.hxx sg_zlib.h version.h
 
 SUBDIRS = \
-       bucket \
+       $(ZLIB_DIRS) \
+       xml \
        debug \
+       misc \
+       bucket \
+       ephemeris \
+       io \
        magvar \
        math \
        $(METAR_DIRS) \
-       misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
-       xgl \
-       $(ZLIB_DIRS)
+       sky \
+       $(SGTHREAD_DIR) \
+       timing \
+       xgl