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

10 lines
195 B
Text
Raw Normal View History

1998-06-12 01:01:14 +00:00
noinst_LIBRARIES = libJoystick.a
1998-04-03 22:07:27 +00:00
1999-04-05 21:32:32 +00:00
libJoystick_a_SOURCES = joystick.cxx joystick.hxx
1998-04-03 22:07:27 +00:00
noinst_PROGRAMS = js_demo
js_demo_SOURCES = js_demo.cxx
2000-02-15 03:30:01 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src