1
0
Fork 0
flightgear/Simulator/Makefile.am

22 lines
246 B
Text
Raw Normal View History

if ENABLE_JOYSTICK_SUPPORT
JOYSTICK_DIRS = Joystick
else
JOYSTICK_DIRS =
endif
SUBDIRS = \
Aircraft \
1998-08-25 16:53:14 +00:00
Airports \
1998-04-03 22:20:48 +00:00
Astro \
Autopilot \
1998-04-03 22:20:48 +00:00
Cockpit \
Controls \
Flight \
1998-06-12 14:27:25 +00:00
GUI \
$(JOYSTICK_DIRS) \
1998-08-25 16:53:14 +00:00
Objects \
1998-04-03 22:20:48 +00:00
Scenery \
Time \
Weather \
Main