1
0
Fork 0
flightgear/Joystick/Makefile.am
curt b17f3b1b28 Renamed joystick.[ch] to joystick.[ch]xx
Added js.hxx which is Steve's joystick interface class.
1998-10-24 22:28:13 +00:00

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