X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=c0baac3c19d4a8d54c060c453983af2efe0222cb;hb=889dba8d65579ddf418d5a141e0cf9dd332eb441;hp=e820a20c0d7c7459018cd5cef52b4b34667b081d;hpb=04f1dc4837e3367e067f457248f2130563caba4b;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index e820a20c0..c0baac3c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,19 +1,7 @@ -if ENABLE_WEATHERCM -WEATHER_DIR = WeatherCM +if ENABLE_MPLAYER_AS +MPLAYER_DIRS = MultiPlayer else -WEATHER_DIR = Environment -endif - -if ENABLE_NETWORK_OLK -NETWORK_DIRS = Network NetworkOLK -else -NETWORK_DIRS = Network -endif - -if HAVE_PLIB_PSL -SCRIPTING_DIRS = Scripting -else -SCRIPTING_DIRS = +MPLAYER_DIRS = endif SUBDIRS = \ @@ -24,18 +12,22 @@ SUBDIRS = \ Autopilot \ Cockpit \ Controls \ + Environment \ FDM \ GUI \ Input \ Instrumentation \ Model \ + AIModel \ Navaids \ - $(NETWORK_DIRS) \ + Network \ + $(MPLAYER_DIRS) \ Objects \ + Replay \ Scenery \ - $(SCRIPTING_DIRS) \ + Scripting \ Sound \ Systems \ Time \ - $(WEATHER_DIR) \ + Traffic \ Main