From ca7bb8894e6de5d08bf1e9552cf6c1c99e35510a Mon Sep 17 00:00:00 2001 From: Matt Turner <mattst88@gmail.com> Date: Thu, 27 Oct 2022 14:36:54 -0400 Subject: [PATCH] build: Add a64-neon-test.S to EXTRA_DIST Fixes: https://gitlab.freedesktop.org/pixman/pixman/-/issues/66 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- GitLab