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