Add -lplibjs where needed.
This commit is contained in:
parent
1ab2ec8fd1
commit
7674741abb
2 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ bin_PROGRAMS = js_demo fgjs
|
||||||
|
|
||||||
js_demo_SOURCES = js_demo.cxx
|
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_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
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||||
|
|
|
@ -77,7 +77,7 @@ fgfs_LDADD = \
|
||||||
-lsgmath -lsgbucket -lsgdebug -lsgmagvar -lsgmisc -lsgxml \
|
-lsgmath -lsgbucket -lsgdebug -lsgmagvar -lsgmisc -lsgxml \
|
||||||
-lsgserial \
|
-lsgserial \
|
||||||
$(THREAD_LIBS) \
|
$(THREAD_LIBS) \
|
||||||
-lplibpu -lplibfnt -lplibnet -lplibssg -lplibsg -lplibul \
|
-lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \
|
||||||
-lmk4 -lz \
|
-lmk4 -lz \
|
||||||
$(opengl_LIBS) \
|
$(opengl_LIBS) \
|
||||||
$(audio_LIBS)
|
$(audio_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue