]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Added simgear/threads contributed by Bernie Bright.
[simgear.git] / simgear / Makefile.am
index 1d50e296b37db7dbc26674516b900fcff6e59a96..3078a18defcc88b36ade144de5736d935f03b4e8 100644 (file)
@@ -16,13 +16,13 @@ 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
+       compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
 
 SUBDIRS = \
        bucket \
@@ -32,10 +32,13 @@ SUBDIRS = \
        magvar \
        math \
        $(METAR_DIRS) \
+       xml \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
        sky \
+        threads \
        timing \
        xgl \
        $(ZLIB_DIRS)