summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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)