X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=c2bfba177e39c55c6cdeea5e07330c7eecf76891;hb=a62e09d72b8ceccd87dc79246eb7f3303ff94fec;hp=e2eceacfc8527f0f3f253ab1054a43a3cccc9bb8;hpb=682feb8f2d4803444b5a95d956de3979a7a7fcc7;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index e2eceacfc..c2bfba177 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,16 @@ else WEATHER_DIR = Environment endif -if ENABLE_NETWORK_OLK -NETWORK_DIRS = Network NetworkOLK +if HAVE_PLIB_PSL +SCRIPTING_DIRS = Scripting else -NETWORK_DIRS = Network +SCRIPTING_DIRS = +endif + +if ENABLE_MPLAYER_AS +MPLAYER_DIRS = MultiPlayer +else +MPLAYER_DIRS = endif SUBDIRS = \ @@ -24,9 +30,12 @@ SUBDIRS = \ Instrumentation \ Model \ Navaids \ - $(NETWORK_DIRS) \ + Network \ + $(MPLAYER_DIRS) \ Objects \ + Replay \ Scenery \ + $(SCRIPTING_DIRS) \ Sound \ Systems \ Time \