]> git.mxchange.org Git - flightgear.git/commitdiff
Add -lplibjs where needed.
authorcurt <curt>
Tue, 3 Dec 2002 14:55:23 +0000 (14:55 +0000)
committercurt <curt>
Tue, 3 Dec 2002 14:55:23 +0000 (14:55 +0000)
src/Input/Makefile.am
src/Main/Makefile.am

index 726ca90b946dae23844eca8ccd59d8f28f181755..2d2ce5e48950051b53c420929fe0c7e74b107de8 100644 (file)
@@ -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
index a767d1d9d2842de884ef394f239c3429d5b2ed5f..a96bcbf8c07495d5b8614e396842f34269ae261f 100644 (file)
@@ -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)