gallium/trace: ship all files in the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 29 Aug 2014 22:31:12 +0000 (23:31 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 22:46:27 +0000 (23:46 +0100)
 - 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>
src/gallium/drivers/trace/Makefile.am
src/gallium/drivers/trace/Makefile.sources

index e19f5be..db7b449 100644 (file)
@@ -7,3 +7,7 @@ AM_CFLAGS = \
 noinst_LTLIBRARIES = libtrace.la
 
 libtrace_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript \
+       README \
+       trace.xsl
index d325739..4c019a3 100644 (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