]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
- allow for (rather unusual) ////// cloud groups
[simgear.git] / simgear / screen / Makefile.am
index 155d1fe495a226284a9f9f6316d331d46fde18d2..482bba619cb8ffb2945712e8069578d3332b3095 100644 (file)
@@ -35,4 +35,15 @@ libsgscreen_a_SOURCES = \
        shader.cpp \
        win32-printer.h
 
-INCLUDES = -I$(top_srcdir) -DGLX_GLXEXT_PROTOTYPES
+if HAVE_GLUT
+noinst_PROGRAMS = TestRenderTexture
+
+TestRenderTexture_SOURCES = TestRenderTexture.cpp
+
+TestRenderTexture_LDADD = \
+       $(top_builddir)/simgear/screen/libsgscreen.a \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(opengl_LIBS)
+endif
+
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DGLX_GLXEXT_PROTOTYPES