]> git.mxchange.org Git - flightgear.git/blob - src/Makefile.am
Make a subtle change to tile loading/unloading policy in order to make the tile
[flightgear.git] / src / Makefile.am
1 if ENABLE_MPLAYER_AS
2 MPLAYER_DIRS = MultiPlayer
3 else
4 MPLAYER_DIRS =
5 endif
6
7 SUBDIRS = \
8         Include \
9         Aircraft \
10         Airports \
11         ATC \
12         Autopilot \
13         Cockpit \
14         Controls \
15         Environment \
16         FDM \
17         GUI \
18         Input \
19         Instrumentation \
20         Model \
21         AIModel \
22         Navaids \
23         Network \
24         $(MPLAYER_DIRS) \
25         Objects \
26         Replay \
27         Scenery \
28         Scripting \
29         Sound \
30         Systems \
31         Time \
32         Traffic \
33         Main