]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Fix a problem with systems that don't define GLXPbufferSGIX or GLXFBConfigSGIX
[simgear.git] / simgear / screen / Makefile.am
index 20ccf0433438d3200eb807be8eb514ea7cb1740a..155d1fe495a226284a9f9f6316d331d46fde18d2 100644 (file)
@@ -12,21 +12,27 @@ IMAGE_SERVER_INCL =
 IMAGE_SERVER_SRCS = 
 endif
 
-noinst_HEADERS = \
-        colours.h
+noinst_HEADERS = colours.h GLBitmaps.h
 
 include_HEADERS = \
+       colors.hxx \
        texture.hxx \
        $(IMAGE_SERVER_INCL) \
        screen-dump.hxx \
+       extensions.hxx \
+       RenderTexture.h \
+       shader.h \
        tr.h
 
 libsgscreen_a_SOURCES = \
        texture.cxx \
-       GLBitmaps.cxx GLBitmaps.h \
+       GLBitmaps.cxx \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
-        tr.cxx \
+       tr.cxx \
+       extensions.cxx \
+       RenderTexture.cpp \
+       shader.cpp \
        win32-printer.h
 
-INCLUDES = -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir) -DGLX_GLXEXT_PROTOTYPES