[Mesa-stable] [PATCH 3/6] mesa: fix dependency tracking of generated sources
Emil Velikov
emil.l.velikov at gmail.com
Mon Mar 2 07:58:18 PST 2015
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 at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/mesa/Makefile.sources | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index b5912b7..629f4a6 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -87,6 +87,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 \
@@ -101,6 +102,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 \
--
2.3.1
More information about the mesa-stable
mailing list