X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2FMakefile.am;h=9bd77efc97dff0fb92b24c5ade92d93e2e20d483;hb=956b4406d0e57be455381bcc06a3d5855034e471;hp=e13a9d72fdb38852bc1e6923722654b3fbecd042;hpb=7788cb288ebdd951afa4811ec737226eba983490;p=simgear.git diff --git a/simgear/Makefile.am b/simgear/Makefile.am index e13a9d72..9bd77efc 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -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 +