Add -ldl for newer ld defaults from fedora 13

Modified Files:
	simgear/screen/Makefile.am
This commit is contained in:
frohlich
2010-05-02 20:32:54 +00:00
committed by Tim Moore
parent c5de65f115
commit d81545a871

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