]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Display a warning message for Irix users.
[simgear.git] / simgear / Makefile.am
index 1fc14cc79658944711dfbc18c33ca20b07464908..6cddb53032e2ab27ae2294360380dabe6cca4520 100644 (file)
@@ -16,29 +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 inlines.h version.h
+       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) \
        sky \
+       $(SGTHREAD_DIR) \
        timing \
-       xgl \
-       xml \
-       $(ZLIB_DIRS)
+       xgl