diff options
author | Emil Velikov <[email protected]> | 2014-08-29 23:31:12 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:27 +0100 |
commit | ec9d8060e4922f595376eda09872c04782230c33 (patch) | |
tree | 5dff6a0662e6f701fefa16cf3d43e90c4ac2e5ec /src/gallium/drivers/trace/Makefile.am | |
parent | 7134043837d06622fabd46cc593efe59e3b22ba7 (diff) |
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 <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/trace/Makefile.am')
-rw-r--r-- | src/gallium/drivers/trace/Makefile.am | 4 |
1 files changed, 4 insertions, 0 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 |