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