]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Actually use the calculated position in the layer list. This prevents the use of...
[simgear.git] / simgear / screen / Makefile.am
index aa16a1d8b9c144668bda150325b6923495b2a195..cec32d80510fcf30d428bc034fd7a34426d1e1a8 100644 (file)
@@ -12,13 +12,23 @@ 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 \
+       extensions.hxx \
+       tr.h
 
 libsgscreen_a_SOURCES = \
+       texture.cxx \
        GLBitmaps.cxx GLBitmaps.h \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
         tr.cxx \
+       extensions.cxx \
        win32-printer.h
 
 INCLUDES = -I$(top_srcdir)