X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=c0baac3c19d4a8d54c060c453983af2efe0222cb;hb=ca31288e64c5cfed6c237bbddf7dea34c54d18ea;hp=c943eafd4ad40600567f7937b17a7994085aa9b0;hpb=1fe50d4cd228f72172caca64947ddaa058bf3139;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index c943eafd4..c0baac3c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,32 +1,33 @@ -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 +MPLAYER_DIRS = endif SUBDIRS = \ - Include \ + Include \ Aircraft \ Airports \ ATC \ Autopilot \ Cockpit \ Controls \ + Environment \ FDM \ GUI \ - Input \ + Input \ + Instrumentation \ Model \ - Navaids \ - $(NETWORK_DIRS) \ + AIModel \ + Navaids \ + Network \ + $(MPLAYER_DIRS) \ Objects \ + Replay \ Scenery \ - Sound \ + Scripting \ + Sound \ + Systems \ Time \ - $(WEATHER_DIR) \ + Traffic \ Main