mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
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:
parent
7134043837
commit
ec9d8060e4
2 changed files with 12 additions and 1 deletions
|
|
@ -7,3 +7,7 @@ AM_CFLAGS = \
|
|||
noinst_LTLIBRARIES = libtrace.la
|
||||
|
||||
libtrace_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = SConscript \
|
||||
README \
|
||||
trace.xsl
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue