From: curt Date: Tue, 3 Dec 2002 14:55:23 +0000 (+0000) Subject: Add -lplibjs where needed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7674741abb2cdac173c6ad81a783d5268a469b36;p=flightgear.git Add -lplibjs where needed. --- diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index 726ca90b9..2d2ce5e48 100644 --- a/src/Input/Makefile.am +++ b/src/Input/Makefile.am @@ -6,10 +6,10 @@ bin_PROGRAMS = js_demo fgjs js_demo_SOURCES = js_demo.cxx -js_demo_LDADD = $(audio_LIBS) -lplibul +js_demo_LDADD = $(audio_LIBS) -lplibjs -lplibul fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h -fgjs_LDADD = $(audio_LIBS) -lplibul +fgjs_LDADD = $(audio_LIBS) -lplibjs -lplibul INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index a767d1d9d..a96bcbf8c 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -77,7 +77,7 @@ fgfs_LDADD = \ -lsgmath -lsgbucket -lsgdebug -lsgmagvar -lsgmisc -lsgxml \ -lsgserial \ $(THREAD_LIBS) \ - -lplibpu -lplibfnt -lplibnet -lplibssg -lplibsg -lplibul \ + -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ -lmk4 -lz \ $(opengl_LIBS) \ $(audio_LIBS)