1
0
Fork 0
flightgear/Joystick/Makefile.am

14 lines
293 B
Text
Raw Normal View History

if ENABLE_LINUX_JOYSTICK
DEFS += -DENABLE_LINUX_JOYSTICK
else
DEFS += -DENABLE_GLUT_JOYSTICK
endif
EXTRA_DIST = js.cxx
1998-06-12 01:01:14 +00:00
noinst_LIBRARIES = libJoystick.a
1998-04-03 22:07:27 +00:00
libJoystick_a_SOURCES = joystick.cxx joystick.hxx js.hxx
1998-04-03 22:07:27 +00:00
1998-04-18 04:13:51 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator