From d81545a8719080494c8f877167fe3c6d4f7c319a Mon Sep 17 00:00:00 2001 From: frohlich Date: Sun, 2 May 2010 20:32:54 +0000 Subject: [PATCH] Add -ldl for newer ld defaults from fedora 13 Modified Files: simgear/screen/Makefile.am --- simgear/screen/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5