]> git.mxchange.org Git - simgear.git/commitdiff
Add -ldl for newer ld defaults from fedora 13
authorfrohlich <frohlich>
Sun, 2 May 2010 20:32:54 +0000 (20:32 +0000)
committerTim Moore <timoore33@gmail.com>
Wed, 5 May 2010 08:38:09 +0000 (10:38 +0200)
Modified Files:
simgear/screen/Makefile.am

simgear/screen/Makefile.am

index cddfbf554eb87d1b359dc9d28f7f06d4ecf56780..0e5129e7bc90c2112fd53a1f3078ba11484029ff 100644 (file)
@@ -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