X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=39b081ac151c84d4530f78af7f9d545778c94321;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=10470774c1a878211f81e15417eef8b7a018a211;hpb=d55f2bd017a11c5eaf0c6150221ac51c75042830;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index 10470774c..39b081ac1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,57 +1,32 @@ -if ENABLE_WEATHERCM -WEATHER_DIR = WeatherCM +if ENABLE_ATCDCL +ATCDCL_DIR = ATCDCL else -WEATHER_DIR = Environment +ATCDCL_DIR = endif -if HAVE_PLIB_PSL -SCRIPTING_DIRS = Scripting -else -SCRIPTING_DIRS = -endif - -if ENABLE_MPLAYER_AS -MPLAYER_DIRS = MultiPlayer -else -MPLAYER_DIRS = -endif - -if ENABLE_MSERVER_AS -MSERVER_DIRS = Server -else -MSERVER_DIRS = -endif - -if ENABLE_NETWORK_OLK -NETWORK_DIRS = NetworkOLK -else -NETWORK_DIRS = -endif SUBDIRS = \ Include \ Aircraft \ Airports \ - ATC \ + ATC \ + $(ATCDCL_DIR) \ Autopilot \ Cockpit \ - Controls \ + Environment \ FDM \ GUI \ Input \ Instrumentation \ Model \ + AIModel \ Navaids \ Network \ - $(MPLAYER_DIRS) \ - $(MSERVER_DIRS) \ - $(NETWORK_DIRS) \ - Objects \ - Replay \ + MultiPlayer \ Scenery \ - $(SCRIPTING_DIRS) \ + Scripting \ Sound \ Systems \ Time \ - $(WEATHER_DIR) \ + Traffic \ Main