X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=178419eb064efa6da3bc520000cf51b19c288cd3;hb=031ed14fb2dd1168dcf4a0ab641a0af3e85e649e;hp=c0baac3c19d4a8d54c060c453983af2efe0222cb;hpb=b3e969726249e772da4c9d1aa6eb212e6472aed3;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index c0baac3c1..178419eb0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,17 +1,11 @@ -if ENABLE_MPLAYER_AS -MPLAYER_DIRS = MultiPlayer -else -MPLAYER_DIRS = -endif - SUBDIRS = \ Include \ Aircraft \ Airports \ - ATC \ + ATC \ + ATCDCL \ Autopilot \ Cockpit \ - Controls \ Environment \ FDM \ GUI \ @@ -21,9 +15,7 @@ SUBDIRS = \ AIModel \ Navaids \ Network \ - $(MPLAYER_DIRS) \ - Objects \ - Replay \ + MultiPlayer \ Scenery \ Scripting \ Sound \