]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/Makefile.am
- read all joystick files from $FG_ROOT/Input/Joysticks automatically
[flightgear.git] / src / Input / Makefile.am
index 63566249d4a5f2ee383a1fbcb618c8f9e46a3ff5..6671e74f09a4b15e5727684a6f003a84a2ee9a9e 100644 (file)
@@ -6,10 +6,10 @@ bin_PROGRAMS = js_demo fgjs
 
 js_demo_SOURCES = js_demo.cxx
 
-js_demo_LDADD = -lplibjs -lplibul $(audio_LIBS)
+js_demo_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul
 
 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
-fgjs_LDADD = -lplibjs -lplibul $(audio_LIBS)
+fgjs_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src