[Mesa-dev] [PATCH 26/27] gallium/trace: ship all files in the tarball
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 29 16:45:24 PDT 2014
- include all headers in Makefile.sources
- bundle the scons buildscript, README and trace.xsl
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/gallium/drivers/trace/Makefile.am | 4 ++++
src/gallium/drivers/trace/Makefile.sources | 9 ++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/gallium/drivers/trace/Makefile.am b/src/gallium/drivers/trace/Makefile.am
index e19f5be..db7b449 100644
--- a/src/gallium/drivers/trace/Makefile.am
+++ b/src/gallium/drivers/trace/Makefile.am
@@ -7,3 +7,7 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libtrace.la
libtrace_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript \
+ README \
+ trace.xsl
diff --git a/src/gallium/drivers/trace/Makefile.sources b/src/gallium/drivers/trace/Makefile.sources
index d325739..4c019a3 100644
--- a/src/gallium/drivers/trace/Makefile.sources
+++ b/src/gallium/drivers/trace/Makefile.sources
@@ -1,6 +1,13 @@
C_SOURCES := \
tr_context.c \
+ tr_context.h \
tr_dump.c \
+ tr_dump_defines.h \
+ tr_dump.h \
tr_dump_state.c \
+ tr_dump_state.h \
+ tr_public.h \
tr_screen.c \
- tr_texture.c
+ tr_screen.h \
+ tr_texture.c \
+ tr_texture.h
--
2.0.2
More information about the mesa-dev
mailing list