X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=bdf468654daf3978e1f79da94513c78b8e380fd7;hb=747b1e11cc5dd80b204668011c8957c174db563c;hp=c2bfba177e39c55c6cdeea5e07330c7eecf76891;hpb=e322c70f529eacbfa0460f8f10419657eee00675;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index c2bfba177..bdf468654 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,21 +1,3 @@ -if ENABLE_WEATHERCM -WEATHER_DIR = WeatherCM -else -WEATHER_DIR = Environment -endif - -if HAVE_PLIB_PSL -SCRIPTING_DIRS = Scripting -else -SCRIPTING_DIRS = -endif - -if ENABLE_MPLAYER_AS -MPLAYER_DIRS = MultiPlayer -else -MPLAYER_DIRS = -endif - SUBDIRS = \ Include \ Aircraft \ @@ -23,21 +5,20 @@ SUBDIRS = \ ATC \ Autopilot \ Cockpit \ - Controls \ + Environment \ FDM \ GUI \ Input \ Instrumentation \ Model \ + AIModel \ Navaids \ Network \ - $(MPLAYER_DIRS) \ - Objects \ - Replay \ + MultiPlayer \ Scenery \ - $(SCRIPTING_DIRS) \ + Scripting \ Sound \ Systems \ Time \ - $(WEATHER_DIR) \ + Traffic \ Main