]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/Makefile.am
MIPSpro 7.4 fixes
[flightgear.git] / src / Input / Makefile.am
index 2d2ce5e48950051b53c420929fe0c7e74b107de8..65e578e84907616d775bd858b0f29e8b135d189e 100644 (file)
@@ -6,10 +6,10 @@ bin_PROGRAMS = js_demo fgjs
 
 js_demo_SOURCES = js_demo.cxx
 
-js_demo_LDADD = $(audio_LIBS) -lplibjs -lplibul
+js_demo_LDADD = -lplibjs $(audio_LIBS) -lplibul
 
 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
-fgjs_LDADD = $(audio_LIBS) -lplibjs -lplibul
+fgjs_LDADD = -lplibjs $(audio_LIBS) -lplibul
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src