]> git.mxchange.org Git - flightgear.git/blob - Simulator/Makefile.am
Only build the Joystick lib if joystick support is available.
[flightgear.git] / Simulator / Makefile.am
1 if ENABLE_JOYSTICK_SUPPORT
2 JOYSTICK_DIRS = Joystick
3 else
4 JOYSTICK_DIRS = 
5 endif
6
7 SUBDIRS = \
8         Aircraft \
9         Airports \
10         Astro \
11         Autopilot \
12         Cockpit \
13         Controls \
14         Flight \
15         GUI \
16         $(JOYSTICK_DIRS) \
17         Objects \
18         Scenery \
19         Time \
20         Weather \
21         Main