X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=74a44e7f9c19e75d341a9132cc0893cbdf03af02;hb=afd5a88aa25a939809fd7f793c94be5cadff93e1;hp=c943eafd4ad40600567f7937b17a7994085aa9b0;hpb=1fe50d4cd228f72172caca64947ddaa058bf3139;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index c943eafd4..74a44e7f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,14 +4,14 @@ else WEATHER_DIR = Environment endif -if ENABLE_NETWORK_OLK -NETWORK_DIRS = Network NetworkOLK +if ENABLE_MPLAYER_AS +MPLAYER_DIRS = MultiPlayer else -NETWORK_DIRS = Network +MPLAYER_DIRS = endif SUBDIRS = \ - Include \ + Include \ Aircraft \ Airports \ ATC \ @@ -20,13 +20,19 @@ SUBDIRS = \ Controls \ FDM \ GUI \ - Input \ + Input \ + Instrumentation \ Model \ - Navaids \ - $(NETWORK_DIRS) \ + AIModel \ + Navaids \ + Network \ + $(MPLAYER_DIRS) \ Objects \ + Replay \ Scenery \ - Sound \ + Scripting \ + Sound \ + Systems \ Time \ $(WEATHER_DIR) \ Main