From 0f5cd84864ae16bcd7baf4635feaa9cb5e48762a Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 14 Nov 2003 17:51:22 +0000 Subject: [PATCH] Fix a dependency problem for cygwin builds --- utils/3dconvert/Makefile.am | 2 +- utils/js_server/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/3dconvert/Makefile.am b/utils/3dconvert/Makefile.am index a2cd52e57..d568f5216 100644 --- a/utils/3dconvert/Makefile.am +++ b/utils/3dconvert/Makefile.am @@ -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) diff --git a/utils/js_server/Makefile.am b/utils/js_server/Makefile.am index de629c901..255501c8c 100644 --- a/utils/js_server/Makefile.am +++ b/utils/js_server/Makefile.am @@ -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) -- 2.39.5