diff options
author | Emil Velikov <[email protected]> | 2014-08-29 23:17:37 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:26 +0100 |
commit | 36b5012a8dff7897ca191561f11f5245d108e62b (patch) | |
tree | ebea9ece5676c8ee3c59b6f6ebca1addc4494448 /src/gallium/drivers/radeonsi/Makefile.am | |
parent | 8b48e14a48d62d7bc304d909007bc07598b471a3 (diff) |
gallium/radeonsi: ship all files in the tarball
- include all headers in Makefile.sources
- bundle the android buildscript
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.am')
-rw-r--r-- | src/gallium/drivers/radeonsi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am index aa79c5e01ef..dd543baedf4 100644 --- a/src/gallium/drivers/radeonsi/Makefile.am +++ b/src/gallium/drivers/radeonsi/Makefile.am @@ -31,3 +31,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libradeonsi.la libradeonsi_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = Android.mk |