1
0
Fork 0

Fix a dependency problem for cygwin builds

This commit is contained in:
ehofman 2003-11-14 17:51:22 +00:00
parent 97a8fc2cc8
commit 0f5cd84864
2 changed files with 2 additions and 2 deletions

View file

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

View file

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