]> git.mxchange.org Git - flightgear.git/blob - src/Input/Makefile.am
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / Input / Makefile.am
1 noinst_LIBRARIES = libInput.a
2
3 libInput_a_SOURCES = input.cxx input.hxx
4
5 bin_PROGRAMS = js_demo fgjs
6
7 js_demo_SOURCES = js_demo.cxx
8
9 js_demo_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul
10
11 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
12
13 fgjs_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul
14
15 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src