From: frohlich Date: Sun, 2 May 2010 20:32:54 +0000 (+0000) Subject: Add -ldl for newer ld defaults from fedora 13 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=d81545a8719080494c8f877167fe3c6d4f7c319a;p=simgear.git Add -ldl for newer ld defaults from fedora 13 Modified Files: simgear/screen/Makefile.am --- diff --git a/simgear/screen/Makefile.am b/simgear/screen/Makefile.am index cddfbf55..0e5129e7 100644 --- a/simgear/screen/Makefile.am +++ b/simgear/screen/Makefile.am @@ -41,7 +41,8 @@ TestRenderTexture_SOURCES = TestRenderTexture.cpp TestRenderTexture_LDADD = \ libsgscreen.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ - $(opengl_LIBS) + $(opengl_LIBS) \ + -ldl endif INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DGLX_GLXEXT_PROTOTYPES