summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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