]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Use mkdtemp where available, avoiding linker warnings about dangerous tempnam
[simgear.git] / simgear / screen / Makefile.am
index 155d1fe495a226284a9f9f6316d331d46fde18d2..37eac01847204e98510d62898126c172a396e024 100644 (file)
@@ -12,27 +12,19 @@ IMAGE_SERVER_INCL =
 IMAGE_SERVER_SRCS = 
 endif
 
-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
+       colors.hxx \
+       tr.h \
+       extensions.hxx
 
 libsgscreen_a_SOURCES = \
-       texture.cxx \
-       GLBitmaps.cxx \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
        tr.cxx \
-       extensions.cxx \
-       RenderTexture.cpp \
-       shader.cpp \
-       win32-printer.h
+       extensions.cxx
+       
+
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) 
 
-INCLUDES = -I$(top_srcdir) -DGLX_GLXEXT_PROTOTYPES