diff options
author | Emil Velikov <[email protected]> | 2014-08-29 23:21:17 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:27 +0100 |
commit | f7008a6c5ee35915bc66af2a05512eacff1a8eae (patch) | |
tree | 253fb21a120013cb3457c32b6a47f058fc9f9340 /src/gallium/drivers/softpipe/Makefile.am | |
parent | 858d932d6a4df234e6dd9413d471c08fe8424a34 (diff) |
gallium/softpipe: ship all files in the tarball
- include all headers in Makefile.sources
- sort the list(s)
- bundle the android & scons buildscript
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile.am')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile.am b/src/gallium/drivers/softpipe/Makefile.am index f37c4a69d75..aadd21f3aea 100644 --- a/src/gallium/drivers/softpipe/Makefile.am +++ b/src/gallium/drivers/softpipe/Makefile.am @@ -29,3 +29,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libsoftpipe.la libsoftpipe_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = Android.mk SConscript |