X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=c0baac3c19d4a8d54c060c453983af2efe0222cb;hb=2bc09e5268284b4d7009fa66930bcfc937400f3b;hp=d324d32e165822b6e4a94fb9c35664cf4a0c706f;hpb=d1360d26d01e23f5673a3ff2de5e59945686b85f;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index d324d32e1..c0baac3c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,3 @@ -if ENABLE_WEATHERCM -WEATHER_DIR = WeatherCM -else -WEATHER_DIR = Environment -endif - if ENABLE_MPLAYER_AS MPLAYER_DIRS = MultiPlayer else @@ -18,11 +12,13 @@ SUBDIRS = \ Autopilot \ Cockpit \ Controls \ + Environment \ FDM \ GUI \ Input \ Instrumentation \ Model \ + AIModel \ Navaids \ Network \ $(MPLAYER_DIRS) \ @@ -33,5 +29,5 @@ SUBDIRS = \ Sound \ Systems \ Time \ - $(WEATHER_DIR) \ + Traffic \ Main