Add -ldl for newer ld defaults from fedora 13

Modified Files:
	simgear/screen/Makefile.am
This commit is contained in:
frohlich
2010-05-05 10:38:09 +02:00
committed by Tim Moore
parent c5de65f115
commit d81545a871
+2 -1
View 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