diff options
author | Emil Velikov <[email protected]> | 2014-08-29 22:38:45 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:25 +0100 |
commit | 0ea9569d8fd756c8234e84b6d4b9862c16799e3b (patch) | |
tree | a7c6d7425a4458981e21da3d3de30fb388bd0b7c /src/gallium/drivers/freedreno/Makefile.am | |
parent | 525c48a3164b1fe77d65fdc944bc4c5050b595ef (diff) |
gallium/freedreno: ship all files in the tarball
- include all headers in Makefile.sources
- sort the list(s)
- bundle the android build
Cc: [email protected]
Cc: Rob Clark <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.am')
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am index 15a3e93c33e..33563f5952b 100644 --- a/src/gallium/drivers/freedreno/Makefile.am +++ b/src/gallium/drivers/freedreno/Makefile.am @@ -16,3 +16,5 @@ libfreedreno_la_SOURCES = \ $(a2xx_SOURCES) \ $(a3xx_SOURCES) \ $(ir3_SOURCES) + +EXTRA_DIST = Android.mk |