summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-06-04 18:06:30 +0100
committerDylan Baker <dylan@pnwbakers.com>2018-06-05 08:41:12 -0700
commitf9bff89350e6c1f4f0682ec610723aabc6ef48f4 (patch)
treebf79b02446609691777e59786a3485659ea1fb6c
parent4599cebfb31e57132ec1e81885591cfd4338c8a9 (diff)
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 <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> (cherry picked from commit 66c61797ada12e0e2b396affcc2dc495b6cc04ed)
-rw-r--r--src/gallium/auxiliary/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \