]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Added simgear/threads contributed by Bernie Bright.
[simgear.git] / simgear / Makefile.am
index a3d980a467a52f0cb29f9fe0678f12273e566e18..3078a18defcc88b36ade144de5736d935f03b4e8 100644 (file)
@@ -16,23 +16,30 @@ 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 \
        debug \
+       ephemeris \
+       io \
        magvar \
        math \
        $(METAR_DIRS) \
+       xml \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
+       sky \
+        threads \
+       timing \
        xgl \
        $(ZLIB_DIRS)