From: Matt Turner Date: Wed, 10 Apr 2019 17:10:47 +0000 (-0700) Subject: Makefile.am: Ship Meson assembly test files in the tarball X-Git-Tag: pixman-0.38.4~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23f036d461f73a2d41cdaf918cf324ac23f3ecd5;p=platform%2Fupstream%2Fpixman.git 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 --- 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