Makefile.am: Ship Meson assembly test files in the tarball
authorMatt Turner <mattst88@gmail.com>
Wed, 10 Apr 2019 17:10:47 +0000 (10:10 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 10 Apr 2019 17:10:47 +0000 (10:10 -0700)
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>
Makefile.am

index 212d0a1c25cad7f61c9176159f65cccf8099fb7a..e33b2b9c279a7ea0389c3db1875564a9e361180a 100644 (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