]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Add a new function alias for MSVC: strcasecmp -> stricmp
[simgear.git] / 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