]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Renamed fg_types.hxx -> sg_types.hxx
[simgear.git] / simgear / Makefile.am
index 1f8e677d6fc45fb6b82ff979107a36016e50cda8..1fc14cc79658944711dfbc18c33ca20b07464908 100644 (file)
@@ -4,11 +4,11 @@ else
 SERIAL_DIRS =
 endif
 
-if HAVE_GDBM
-GDBM_DIRS =
-else
-GDBM_DIRS = gdbm
-endif
+if HAVE_GDBM
+GDBM_DIRS =
+else
+GDBM_DIRS = gdbm
+endif
 
 if HAVE_ZLIB
 ZLIB_DIRS =
@@ -21,18 +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 \
-       $(GDBM_DIRS) \
+       ephemeris \
+       io \
        magvar \
        math \
        $(METAR_DIRS) \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
+       sky \
+       timing \
        xgl \
+       xml \
        $(ZLIB_DIRS)