]> git.mxchange.org Git - flightgear.git/blob - Simulator/Joystick/Makefile.am
Initial revision.
[flightgear.git] / Simulator / Joystick / Makefile.am
1 if ENABLE_LINUX_JOYSTICK
2 DEFS += -DENABLE_LINUX_JOYSTICK
3 else
4 DEFS += -DENABLE_GLUT_JOYSTICK
5 endif
6
7 noinst_LIBRARIES = libJoystick.a
8
9 libJoystick_a_SOURCES = joystick.cxx joystick.hxx
10
11 INCLUDES += -I$(top_builddir) \
12         -I$(top_builddir)/Lib \
13         -I$(top_builddir)/Lib/plib/include \
14         -I$(top_builddir)/Simulator