X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=ce31e6ebb9789f6ef74c93671d887becf4e05a27;hb=56592f3869c41e4f189e9ab44abb1a0898c90f4b;hp=e2eceacfc8527f0f3f253ab1054a43a3cccc9bb8;hpb=682feb8f2d4803444b5a95d956de3979a7a7fcc7;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index e2eceacfc..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 = \ @@ -24,9 +36,12 @@ SUBDIRS = \ Instrumentation \ Model \ Navaids \ + Network \ + $(MPLAYER_DIRS) \ $(NETWORK_DIRS) \ Objects \ Scenery \ + $(SCRIPTING_DIRS) \ Sound \ Systems \ Time \