]> 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 5e8fe44b930c6ab743c5828f6662882de7e11811..37eac01847204e98510d62898126c172a396e024 100644 (file)
@@ -13,17 +13,18 @@ IMAGE_SERVER_SRCS =
 endif
 
 include_HEADERS = \
-       texture.hxx \
        $(IMAGE_SERVER_INCL) \
        screen-dump.hxx \
-       tr.h
+       colors.hxx \
+       tr.h \
+       extensions.hxx
 
 libsgscreen_a_SOURCES = \
-       texture.cxx \
-       GLBitmaps.cxx GLBitmaps.h \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
-        tr.cxx \
-       win32-printer.h
+       tr.cxx \
+       extensions.cxx
+       
+
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) 
 
-INCLUDES = -I$(top_srcdir)