summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-29 23:31:12 +0100
committerEmil Velikov <[email protected]>2014-09-05 23:46:27 +0100
commitec9d8060e4922f595376eda09872c04782230c33 (patch)
tree5dff6a0662e6f701fefa16cf3d43e90c4ac2e5ec /src/gallium/drivers/trace
parent7134043837d06622fabd46cc593efe59e3b22ba7 (diff)
gallium/trace: ship all files in the tarball
- include all headers in Makefile.sources - bundle the scons buildscript, README and trace.xsl Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r--src/gallium/drivers/trace/Makefile.am4
-rw-r--r--src/gallium/drivers/trace/Makefile.sources9
2 files changed, 12 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/Makefile.am b/src/gallium/drivers/trace/Makefile.am
index e19f5be992b..db7b4491800 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 d325739913d..4c019a3bc60 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