]> git.mxchange.org Git - flightgear.git/blob - src/Input/Makefile.am
Change library order for cygwin.
[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 -lplibul $(audio_LIBS)
10
11 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
12
13 fgjs_LDADD = -lplibjs -lplibul $(audio_LIBS)
14
15 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src