b17f3b1b28
Added js.hxx which is Steve's joystick interface class.
7 lines
193 B
Makefile
7 lines
193 B
Makefile
EXTRA_DIST = js.cxx
|
|
|
|
noinst_LIBRARIES = libJoystick.a
|
|
|
|
libJoystick_a_SOURCES = joystick.cxx joystick.hxx js.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|