From: Eric Engestrom Date: Mon, 4 Jun 2018 17:06:30 +0000 (+0100) Subject: autotools: add missing android file to package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66c61797ada12e0e2b396affcc2dc495b6cc04ed;p=mesa.git autotools: add missing android file to package Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106779 Fixes: ff904978a1d299a36b587 "gallium/util: Android backtrace support" Reviewed-by: Dylan Baker Signed-off-by: Eric Engestrom --- diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index 07856e5a528..6b048b8eebf 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -118,6 +118,7 @@ EXTRA_DIST = \ postprocess/ADDING \ rbug/README \ target-helpers \ + util/u_debug_stack_android.cpp \ util/u_format.csv \ util/u_format_pack.py \ util/u_format_parse.py \