]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
MSVC fix.
[simgear.git] / simgear / screen / Makefile.am
index 743f2ad065649a66ce232b07ea131f781aa4dc33..aaa007a3f2b402b39c93226d7b970639e516185b 100644 (file)
@@ -12,7 +12,7 @@ IMAGE_SERVER_INCL =
 IMAGE_SERVER_SRCS = 
 endif
 
-noinst_HEADERS = colours.h RenderTexture.h
+noinst_HEADERS = colours.h GLBitmaps.h
 
 include_HEADERS = \
        colors.hxx \
@@ -20,11 +20,12 @@ include_HEADERS = \
        $(IMAGE_SERVER_INCL) \
        screen-dump.hxx \
        extensions.hxx \
+       RenderTexture.h \
        tr.h
 
 libsgscreen_a_SOURCES = \
        texture.cxx \
-       GLBitmaps.cxx GLBitmaps.h \
+       GLBitmaps.cxx \
        $(IMAGE_SERVER_SRCS) \
        screen-dump.cxx \
        tr.cxx \