From: Emil Velikov Date: Sun, 17 Aug 2014 23:08:26 +0000 (+0100) Subject: st/xa: add remaining files in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcdb47d838b8b5fb2f0e6a7a371b99e59955488b;p=mesa.git st/xa: add remaining files in the tarball Namely - the private header (xa_priv.h) - README and - xa-indent Sort the sources list while we're here. Signed-off-by: Emil Velikov --- diff --git a/src/gallium/state_trackers/xa/Makefile.am b/src/gallium/state_trackers/xa/Makefile.am index 52d84a9ab48..5051e8246e3 100644 --- a/src/gallium/state_trackers/xa/Makefile.am +++ b/src/gallium/state_trackers/xa/Makefile.am @@ -46,3 +46,5 @@ xa_include_HEADERS = \ noinst_LTLIBRARIES = libxatracker.la libxatracker_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = README xa-indent diff --git a/src/gallium/state_trackers/xa/Makefile.sources b/src/gallium/state_trackers/xa/Makefile.sources index 154bc047c8d..cdcc4187ac1 100644 --- a/src/gallium/state_trackers/xa/Makefile.sources +++ b/src/gallium/state_trackers/xa/Makefile.sources @@ -1,7 +1,8 @@ C_SOURCES := \ - xa_tracker.c \ + xa_composite.c \ xa_context.c \ + xa_priv.h \ xa_renderer.c \ xa_tgsi.c \ - xa_yuv.c \ - xa_composite.c + xa_tracker.c \ + xa_yuv.c