]> git.mxchange.org Git - flightgear.git/blob - src/Joystick/Makefile.am
Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
[flightgear.git] / src / Joystick / Makefile.am
1 noinst_LIBRARIES = libJoystick.a
2
3 libJoystick_a_SOURCES = joystick.cxx joystick.hxx
4
5 INCLUDES += -I$(top_builddir) \
6         -I$(top_builddir)/Lib \
7         -I$(top_builddir)/Lib/plib/include \
8         -I$(top_builddir)/Simulator