summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-04-10 10:10:47 -0700
committerMatt Turner <mattst88@gmail.com>2019-04-10 10:10:47 -0700
commit23f036d461f73a2d41cdaf918cf324ac23f3ecd5 (patch)
treefee10b6fe9f53a97c417bb1140460e03b5dadf46
parente7058fe49d6b8d0696f6c056458b7abb091f506a (diff)
downloadpixman-23f036d461f73a2d41cdaf918cf324ac23f3ecd5.tar.gz
Makefile.am: Ship Meson assembly test files in the tarball
These were forgotten in commit 0ea37df4286e (meson: store ARM SIMD and NEON tests as text files) and since autotools doesn't use them make distcheck still succeeded. Fixes #30 Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 212d0a1..e33b2b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,8 @@ EXTRA_DIST = \
Makefile.win32.common \
meson.build \
meson_options.txt \
+ neon-test.S \
+ arm-simd-test.S \
$(NULL)
tar_gz = $(PACKAGE)-$(VERSION).tar.gz