Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-08-15 19:55:45 -0400
committerAllan McRae <allan@archlinux.org>2019-10-04 11:25:48 +1000
commitbcb44891ef8aa6feee3090cc0fd87b60e73aed5d (patch)
tree0de0ec9b8c08ccc969293f6f6114e487e1565769 /test
parent024fde9748692c71f0d9e6c667439c912a78b6df (diff)
autotools: distribute meson files
If we use make dist to create the official, signed release tarballs, those will not have meson build files by default since autotools doesn't know what they are. Also distribute all src/common/ files. We never strictly needed any of them to be distributed with autotools, because the dist tarball dereferences the symlinks (???), but only some of them were being distributed, and meson needs them to be in the right location as we only build libcommon from the primary files. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r--test/pacman/Makefile.am1
-rw-r--r--test/scripts/Makefile.am1
-rw-r--r--test/util/Makefile.am1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/pacman/Makefile.am b/test/pacman/Makefile.am
index a36908a7..d211215a 100644
--- a/test/pacman/Makefile.am
+++ b/test/pacman/Makefile.am
@@ -14,6 +14,7 @@ check_SCRIPTS = \
noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = \
+ meson.build \
README \
TODO \
ChangeLog \
diff --git a/test/scripts/Makefile.am b/test/scripts/Makefile.am
index 450a278d..07fe63da 100644
--- a/test/scripts/Makefile.am
+++ b/test/scripts/Makefile.am
@@ -7,4 +7,5 @@ check_SCRIPTS = \
noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = \
+ meson.build \
$(check_SCRIPTS)
diff --git a/test/util/Makefile.am b/test/util/Makefile.am
index 92824e8c..a270079f 100644
--- a/test/util/Makefile.am
+++ b/test/util/Makefile.am
@@ -4,4 +4,5 @@ check_SCRIPTS = \
noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = \
+ meson.build \
$(check_SCRIPTS)