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 <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-29 23:31:12 +01:00
parent 7134043837
commit ec9d8060e4
2 changed files with 12 additions and 1 deletions

View file

@ -7,3 +7,7 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libtrace.la
libtrace_la_SOURCES = $(C_SOURCES)
EXTRA_DIST = SConscript \
README \
trace.xsl

View file

@ -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