]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Patch to avoid the problem of the socket resource not yet being available
[simgear.git] / simgear / Makefile.am
index e13a9d72fdb38852bc1e6923722654b3fbecd042..9bd77efc97dff0fb92b24c5ade92d93e2e20d483 100644 (file)
@@ -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
 
-DIST_SUBDIRS = $(SUBDIRS) compatibility
+SUBDIRS = $(SUBDIRS_ALWAYS) \
+       $(compatibility_DIR) \
+       $(METAR_DIRS) \
+       $(SG_EXTRA_DIRS) \
+       $(SGTHREAD_DIR)
+
+DIST_SUBDIRS = $(SUBDIRS_ALWAYS) compatibility scene sound screen environment threads
+