]> 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 482bba619cb8ffb2945712e8069578d3332b3095..0e5129e7bc90c2112fd53a1f3078ba11484029ff 100644 (file)
@@ -12,11 +12,10 @@ IMAGE_SERVER_INCL =
 IMAGE_SERVER_SRCS = 
 endif
 
-noinst_HEADERS = colours.h GLBitmaps.h
+noinst_HEADERS = GLBitmaps.h
 
 include_HEADERS = \
        colors.hxx \
-       texture.hxx \
        $(IMAGE_SERVER_INCL) \
        screen-dump.hxx \
        extensions.hxx \
@@ -25,7 +24,6 @@ include_HEADERS = \
        tr.h
 
 libsgscreen_a_SOURCES = \
-       texture.cxx \
        GLBitmaps.cxx \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
@@ -41,9 +39,10 @@ noinst_PROGRAMS = TestRenderTexture
 TestRenderTexture_SOURCES = TestRenderTexture.cpp
 
 TestRenderTexture_LDADD = \
-       $(top_builddir)/simgear/screen/libsgscreen.a \
+       libsgscreen.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
-       $(opengl_LIBS)
+       $(opengl_LIBS) \
+       -ldl
 endif
 
 INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DGLX_GLXEXT_PROTOTYPES