From ec9d8060e4922f595376eda09872c04782230c33 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 29 Aug 2014 23:31:12 +0100 Subject: [PATCH] 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 Acked-by: Matt Turner --- 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 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 -- 2.30.2