]> git.mxchange.org Git - flightgear.git/blob - Joystick/Makefile.am
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Joystick / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libJoystick.la
4
5 libJoystick_la_SOURCES = joystick.c joystick.h
6
7 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator