projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7058fe
)
Makefile.am: Ship Meson assembly test files in the tarball
author
Matt Turner
<mattst88@gmail.com>
Wed, 10 Apr 2019 17:10:47 +0000
(10:10 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 212d0a1c25cad7f61c9176159f65cccf8099fb7a..e33b2b9c279a7ea0389c3db1875564a9e361180a 100644
(file)
--- 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