mesa: fix dependency tracking of generated sources
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Mar 2015 15:58:18 +0000 (15:58 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Mar 2015 14:45:54 +0000 (14:45 +0000)
Some of the files generated were not in the SOURCES variable, thus
although generated prior to compilation the dependency tracking was
incomplete. The latter of which resulted in the files missing from the
distribution tarball.

Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/Makefile.sources

index 5b4e71253e3e3c5cbe6edcfe366be962c4e6a7e0..217be9ab3cd79979c9db625cd6a59ec977fa7fa8 100644 (file)
@@ -86,6 +86,7 @@ MAIN_FILES = \
        main/ffvertex_prog.h \
        main/fog.c \
        main/fog.h \
+       main/format_info.h \
        main/format_pack.h \
        main/format_pack.c \
        main/format_unpack.h \
@@ -100,6 +101,7 @@ MAIN_FILES = \
        main/framebuffer.h \
        main/get.c \
        main/get.h \
+       main/get_hash.h \
        main/genmipmap.c \
        main/genmipmap.h \
        main/getstring.c \