]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a dependency problem for cygwin builds
authorehofman <ehofman>
Fri, 14 Nov 2003 17:51:22 +0000 (17:51 +0000)
committerehofman <ehofman>
Fri, 14 Nov 2003 17:51:22 +0000 (17:51 +0000)
utils/3dconvert/Makefile.am
utils/js_server/Makefile.am

index a2cd52e57216b38b15fef93d30d66ce4aed6a6d7..d568f521689f1a49c3ce7b32a04ef3f7e659b0f2 100644 (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)
index de629c901b1ffc4d0fd689eb8fb466d6ecef207f..255501c8cb164bd5c6c79243867d991bd04ed4d4 100644 (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)