]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Tweak ...
[simgear.git] / simgear / Makefile.am
index b36ab91ed6a82bda01a2aa528b786fe8fc4ef370..1fc14cc79658944711dfbc18c33ca20b07464908 100644 (file)
@@ -4,6 +4,12 @@ else
 SERIAL_DIRS =
 endif
 
+# if HAVE_GDBM
+# GDBM_DIRS =
+# else
+# GDBM_DIRS = gdbm
+# endif
+
 if HAVE_ZLIB
 ZLIB_DIRS =
 else
@@ -13,15 +19,26 @@ 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
+
 SUBDIRS = \
-       include \
        bucket \
        debug \
+       ephemeris \
+       io \
+       magvar \
        math \
        $(METAR_DIRS) \
        misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
+       sky \
+       timing \
        xgl \
+       xml \
        $(ZLIB_DIRS)