Makefile.am: Ship Meson assembly test files in the tarball

These were forgotten in commit 0ea37df428 (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>
This commit is contained in:
Matt Turner 2019-04-10 10:10:47 -07:00
parent e7058fe49d
commit 23f036d461

View File

@ -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