X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=74a44e7f9c19e75d341a9132cc0893cbdf03af02;hb=afd5a88aa25a939809fd7f793c94be5cadff93e1;hp=c2bfba177e39c55c6cdeea5e07330c7eecf76891;hpb=e322c70f529eacbfa0460f8f10419657eee00675;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index c2bfba177..74a44e7f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,12 +4,6 @@ else WEATHER_DIR = Environment endif -if HAVE_PLIB_PSL -SCRIPTING_DIRS = Scripting -else -SCRIPTING_DIRS = -endif - if ENABLE_MPLAYER_AS MPLAYER_DIRS = MultiPlayer else @@ -29,13 +23,14 @@ SUBDIRS = \ Input \ Instrumentation \ Model \ + AIModel \ Navaids \ Network \ $(MPLAYER_DIRS) \ Objects \ Replay \ Scenery \ - $(SCRIPTING_DIRS) \ + Scripting \ Sound \ Systems \ Time \