summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-08-17 23:29:56 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-08-28 21:24:39 +0100
commit015792fb028de32293d3165e5f61b4569858d8eb (patch)
tree0b1e9ebf0ef261f5ee109363b2661237f9903c94 /src/gallium/Makefile.am
parent95603e259b6afdab50c4330696a8fbede80327f1 (diff)
winsys/sw: add the final files to the tarball
Add the final remaining files into the tarball (make dist), namely: - SConscripts - Non-autotooled winsys' - android, gdi and hgl. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 1e1fd43d508..caf29ad0b18 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -109,6 +109,15 @@ if NEED_WINSYS_WRAPPER
SUBDIRS += winsys/sw/wrapper
endif
+##
+## Don't forget to bundle the remaining (non autotools) winsys'
+##
+
+EXTRA_DIST = \
+ winsys/sw/android \
+ winsys/sw/gdi \
+ winsys/sw/hgl
+
##
## Gallium state trackers and their users (targets)