]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Comment out GLX code for MacOS and (hopefully) add some MacOS AGL compattible code...
[simgear.git] / simgear / screen / Makefile.am
index 86a547c59c90d99e9a583a29202c0f76da6d3dd7..743f2ad065649a66ce232b07ea131f781aa4dc33 100644 (file)
@@ -12,7 +12,7 @@ IMAGE_SERVER_INCL =
 IMAGE_SERVER_SRCS = 
 endif
 
-noinst_HEADERS = colours.h
+noinst_HEADERS = colours.h RenderTexture.h
 
 include_HEADERS = \
        colors.hxx \
@@ -27,7 +27,9 @@ libsgscreen_a_SOURCES = \
        GLBitmaps.cxx GLBitmaps.h \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
-        tr.cxx \
+       tr.cxx \
+       extensions.cxx \
+       RenderTexture.cpp \
        win32-printer.h
 
-INCLUDES = -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir) -DGLX_GLXEXT_PROTOTYPES