]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Fixup for windows machines
[simgear.git] / simgear / screen / Makefile.am
index aa16a1d8b9c144668bda150325b6923495b2a195..20ccf0433438d3200eb807be8eb514ea7cb1740a 100644 (file)
@@ -12,9 +12,17 @@ IMAGE_SERVER_INCL =
 IMAGE_SERVER_SRCS = 
 endif
 
-include_HEADERS = $(IMAGE_SERVER_INCL) screen-dump.hxx tr.h
+noinst_HEADERS = \
+        colours.h
+
+include_HEADERS = \
+       texture.hxx \
+       $(IMAGE_SERVER_INCL) \
+       screen-dump.hxx \
+       tr.h
 
 libsgscreen_a_SOURCES = \
+       texture.cxx \
        GLBitmaps.cxx GLBitmaps.h \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \