1
0
Fork 0
flightgear/src/Joystick/Makefile.am

12 lines
267 B
Makefile

noinst_LIBRARIES = libJoystick.a
libJoystick_a_SOURCES = joystick.cxx joystick.hxx
noinst_PROGRAMS = js_demo
js_demo_SOURCES = js_demo.cxx
INCLUDES += -I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Lib/plib/include \
-I$(top_builddir)/Simulator