]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Fixup for windows machines
[simgear.git] / simgear / screen / Makefile.am
index 4140b0f1907a6e031f17f8a801b702121a4f144a..20ccf0433438d3200eb807be8eb514ea7cb1740a 100644 (file)
@@ -2,6 +2,8 @@ includedir = @includedir@/screen
 
 lib_LIBRARIES = libsgscreen.a
 
+EXTRA_DIST = jpgfactory.cxx jpgfactory.hxx
+
 if ENABLE_JPEG_SERVER
 IMAGE_SERVER_INCL = jpgfactory.hxx
 IMAGE_SERVER_SRCS = jpgfactory.cxx
@@ -10,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 \