X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=bdf468654daf3978e1f79da94513c78b8e380fd7;hb=32d3d33fea9410f3644b399454291493a02b040c;hp=74a44e7f9c19e75d341a9132cc0893cbdf03af02;hpb=cd0c447b43bf9f7ea2e11a1e8914efc3b0516158;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index 74a44e7f9..bdf468654 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,15 +1,3 @@ -if ENABLE_WEATHERCM -WEATHER_DIR = WeatherCM -else -WEATHER_DIR = Environment -endif - -if ENABLE_MPLAYER_AS -MPLAYER_DIRS = MultiPlayer -else -MPLAYER_DIRS = -endif - SUBDIRS = \ Include \ Aircraft \ @@ -17,7 +5,7 @@ SUBDIRS = \ ATC \ Autopilot \ Cockpit \ - Controls \ + Environment \ FDM \ GUI \ Input \ @@ -26,13 +14,11 @@ SUBDIRS = \ AIModel \ Navaids \ Network \ - $(MPLAYER_DIRS) \ - Objects \ - Replay \ + MultiPlayer \ Scenery \ Scripting \ Sound \ Systems \ Time \ - $(WEATHER_DIR) \ + Traffic \ Main