1
0
Fork 0
flightgear/Simulator/Makefile.am

21 lines
246 B
Makefile

if ENABLE_JOYSTICK_SUPPORT
JOYSTICK_DIRS = Joystick
else
JOYSTICK_DIRS =
endif
SUBDIRS = \
Aircraft \
Airports \
Astro \
Autopilot \
Cockpit \
Controls \
Flight \
GUI \
$(JOYSTICK_DIRS) \
Objects \
Scenery \
Time \
Weather \
Main