summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-10-27 14:36:54 -0400
committerMatt Turner <mattst88@gmail.com>2022-10-27 14:36:54 -0400
commitca7bb8894e6de5d08bf1e9552cf6c1c99e35510a (patch)
treefb90352da0098c760241fba58939aee081dead14
parent1a0d50ce708548e1a192bc48015876aa4531eda8 (diff)
downloadpixman-ca7bb8894e6de5d08bf1e9552cf6c1c99e35510a.tar.gz
build: Add a64-neon-test.S to EXTRA_DIST
Fixes: https://gitlab.freedesktop.org/pixman/pixman/-/issues/66
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 42f44a8..048fc8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ EXTRA_DIST = \
meson.build \
meson_options.txt \
neon-test.S \
+ a64-neon-test.S \
arm-simd-test.S \
$(NULL)