diff options
author | Emil Velikov <[email protected]> | 2014-08-29 23:01:08 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:26 +0100 |
commit | 2ba31a5185f17dd37fa6db2d3d361e37005bd10a (patch) | |
tree | ae1188919cc06bc784924237f7201f1dd4742585 /src/gallium/drivers/nouveau/Makefile.am | |
parent | 0cba104921854fced9bcb292658d450342d76fdb (diff) |
gallium/nouveau: ship all files in the tarball
- include all headers in Makefile.sources
- sort the list(s)
- bundle the android buildscript
v2: Don't double-include the compiler sources.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.am')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.am b/src/gallium/drivers/nouveau/Makefile.am index 82741d275b9..898606b97ca 100644 --- a/src/gallium/drivers/nouveau/Makefile.am +++ b/src/gallium/drivers/nouveau/Makefile.am @@ -51,3 +51,5 @@ nouveau_compiler_LDADD = \ ../../auxiliary/libgallium.la \ $(top_builddir)/src/util/libmesautil.la \ $(GALLIUM_COMMON_LIB_DEPS) + +EXTRA_DIST = Android.mk codegen/lib nvc0/mme |