Change library order for cygwin.
This commit is contained in:
parent
28243f40ca
commit
b640aceaa8
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ bin_PROGRAMS = js_demo fgjs
|
|||
|
||||
js_demo_SOURCES = js_demo.cxx
|
||||
|
||||
js_demo_LDADD = $(audio_LIBS) -lplibjs -lplibul
|
||||
js_demo_LDADD = -lplibjs -lplibul $(audio_LIBS)
|
||||
|
||||
fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
|
||||
|
||||
fgjs_LDADD = $(audio_LIBS) -lplibjs -lplibul
|
||||
fgjs_LDADD = -lplibjs -lplibul $(audio_LIBS)
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||
|
|
Loading…
Add table
Reference in a new issue