X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=ce31e6ebb9789f6ef74c93671d887becf4e05a27;hb=8dcf08c965ee6386f6fa1a0d8871906fa7faf989;hp=ba84d64872f1c6889bb88fbc61ac1a5fea21c055;hpb=7c057de4fe8680bc73e6f9c8086f1c6027c00229;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index ba84d6487..ce31e6ebb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,22 @@ else WEATHER_DIR = Environment 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 = Network NetworkOLK +NETWORK_DIRS = NetworkOLK else -NETWORK_DIRS = Network +NETWORK_DIRS = endif SUBDIRS = \ @@ -21,11 +33,15 @@ SUBDIRS = \ FDM \ GUI \ Input \ + Instrumentation \ Model \ Navaids \ + Network \ + $(MPLAYER_DIRS) \ $(NETWORK_DIRS) \ Objects \ Scenery \ + $(SCRIPTING_DIRS) \ Sound \ Systems \ Time \