]> git.mxchange.org Git - flightgear.git/blob - src/Joystick/Makefile.am
Added js_demo.cxx from plib source tree.
[flightgear.git] / src / Joystick / Makefile.am
1 noinst_LIBRARIES = libJoystick.a
2
3 libJoystick_a_SOURCES = joystick.cxx joystick.hxx
4
5 noinst_PROGRAMS = js_demo
6
7 js_demo_SOURCES = js_demo.cxx
8
9 INCLUDES += -I$(top_builddir) \
10         -I$(top_builddir)/Lib \
11         -I$(top_builddir)/Lib/plib/include \
12         -I$(top_builddir)/Simulator