X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=ce31e6ebb9789f6ef74c93671d887becf4e05a27;hb=8dcf08c965ee6386f6fa1a0d8871906fa7faf989;hp=e820a20c0d7c7459018cd5cef52b4b34667b081d;hpb=04f1dc4837e3367e067f457248f2130563caba4b;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index e820a20c0..ce31e6ebb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,18 +4,24 @@ else WEATHER_DIR = Environment endif -if ENABLE_NETWORK_OLK -NETWORK_DIRS = Network NetworkOLK -else -NETWORK_DIRS = Network -endif - if HAVE_PLIB_PSL SCRIPTING_DIRS = Scripting else SCRIPTING_DIRS = endif +if ENABLE_MPLAYER_AS +MPLAYER_DIRS = MultiPlayer +else +MPLAYER_DIRS = +endif + +if ENABLE_NETWORK_OLK +NETWORK_DIRS = NetworkOLK +else +NETWORK_DIRS = +endif + SUBDIRS = \ Include \ Aircraft \ @@ -30,6 +36,8 @@ SUBDIRS = \ Instrumentation \ Model \ Navaids \ + Network \ + $(MPLAYER_DIRS) \ $(NETWORK_DIRS) \ Objects \ Scenery \