diff options
author | Emil Velikov <[email protected]> | 2014-08-17 23:29:56 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:39 +0100 |
commit | 015792fb028de32293d3165e5f61b4569858d8eb (patch) | |
tree | 0b1e9ebf0ef261f5ee109363b2661237f9903c94 /src/gallium/winsys/sw/kms-dri | |
parent | 95603e259b6afdab50c4330696a8fbede80327f1 (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 <[email protected]>
Diffstat (limited to 'src/gallium/winsys/sw/kms-dri')
-rw-r--r-- | src/gallium/winsys/sw/kms-dri/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/winsys/sw/kms-dri/Makefile.am b/src/gallium/winsys/sw/kms-dri/Makefile.am index 8162553289d..7f26b1b2f19 100644 --- a/src/gallium/winsys/sw/kms-dri/Makefile.am +++ b/src/gallium/winsys/sw/kms-dri/Makefile.am @@ -31,3 +31,5 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libswkmsdri.la libswkmsdri_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = SConscript |