X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=74a44e7f9c19e75d341a9132cc0893cbdf03af02;hb=afd5a88aa25a939809fd7f793c94be5cadff93e1;hp=ba84d64872f1c6889bb88fbc61ac1a5fea21c055;hpb=7c057de4fe8680bc73e6f9c8086f1c6027c00229;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index ba84d6487..74a44e7f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,10 @@ 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 = \ @@ -21,11 +21,16 @@ SUBDIRS = \ FDM \ GUI \ Input \ + Instrumentation \ Model \ + AIModel \ Navaids \ - $(NETWORK_DIRS) \ + Network \ + $(MPLAYER_DIRS) \ Objects \ + Replay \ Scenery \ + Scripting \ Sound \ Systems \ Time \