]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Various documentation tweaks and additions.
[simgear.git] / simgear / screen / Makefile.am
index aa16a1d8b9c144668bda150325b6923495b2a195..c5c05dcc24331f94188d1c6c934127cfe1359c1a 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 = \
+       colors.hxx \
+       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 \