aea253a85c
to be supported in recent versions of autoconf.
8 lines
209 B
Makefile
8 lines
209 B
Makefile
noinst_LIBRARIES = libJoystick.a
|
|
|
|
libJoystick_a_SOURCES = joystick.cxx joystick.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Lib/plib/include \
|
|
-I$(top_builddir)/Simulator
|