Fix a dependency problem for cygwin builds
This commit is contained in:
parent
97a8fc2cc8
commit
0f5cd84864
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
bin_PROGRAMS = 3dconvert
|
||||
|
||||
3dconvert_SOURCES = 3dconvert.cxx
|
||||
3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS)
|
||||
3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
sbin_PROGRAMS = js_server
|
||||
|
||||
js_server_SOURCES = js_server.cxx
|
||||
js_server_LDADD = -lplibjs -lplibnet -lplibul
|
||||
js_server_LDADD = -lplibjs -lplibnet -lplibul $(audio_LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue