1
0
Fork 0

Add -lplibjs where needed.

This commit is contained in:
curt 2002-12-03 14:55:23 +00:00
parent 1ab2ec8fd1
commit 7674741abb
2 changed files with 3 additions and 3 deletions

View 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

View 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)