]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
fix SGPagedLOD change for 2.8.3
[simgear.git] / simgear / Makefile.am
index e198a54bd836d0e0f902ab81af4cffc6d35959da..9bd77efc97dff0fb92b24c5ade92d93e2e20d483 100644 (file)
@@ -4,8 +4,8 @@ include_HEADERS = \
        compiler.h constants.h sg_inlines.h version.h
 
 if WANT_HEADLESS
-METAR_DIRS =
 SG_EXTRA_DIRS =
+METAR_DIRS = 
 else
 SG_EXTRA_DIRS = scene sound screen
 METAR_DIRS = environment
@@ -17,8 +17,7 @@ else
 SGTHREAD_DIR = 
 endif
 
-SUBDIRS = \
-       $(compatibility_DIR) \
+SUBDIRS_ALWAYS = \
        xml \
        debug \
        misc \
@@ -28,13 +27,17 @@ SUBDIRS = \
        io \
        magvar \
        math \
-       $(METAR_DIRS) \
        nasal \
        props \
        route \
-       $(SG_EXTRA_DIRS) \
-       $(SGTHREAD_DIR) \
        serial \
-       timing \
+       timing
+
+SUBDIRS = $(SUBDIRS_ALWAYS) \
+       $(compatibility_DIR) \
+       $(METAR_DIRS) \
+       $(SG_EXTRA_DIRS) \
+       $(SGTHREAD_DIR)
+
+DIST_SUBDIRS = $(SUBDIRS_ALWAYS) compatibility scene sound screen environment threads
 
-DIST_SUBDIRS = $(SUBDIRS) compatibility