summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-08-16 01:55:45 +0200
committerAllan McRae <allan@archlinux.org>2019-10-04 03:25:48 +0200
commitbcb44891ef8aa6feee3090cc0fd87b60e73aed5d (patch)
tree0de0ec9b8c08ccc969293f6f6114e487e1565769 /scripts
parent024fde9748692c71f0d9e6c667439c912a78b6df (diff)
downloadpacman-bcb44891ef8aa6feee3090cc0fd87b60e73aed5d.tar.gz
pacman-bcb44891ef8aa6feee3090cc0fd87b60e73aed5d.tar.xz
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 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 0597a0e5..ea72f21e 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -22,6 +22,7 @@ OURSCRIPTS = \
repo-add
EXTRA_DIST = \
+ meson.build \
libmakepkg.pc.in \
makepkg.sh.in \
makepkg-template.pl.in \
@@ -135,6 +136,7 @@ LIBMAKEPKG_IN = \
libmakepkg/util/util.sh
LIBMAKEPKG_DIST = \
+ $(addprefix libmakepkg/, $(addsuffix /meson.build, $(LIBMAKEPKGDIRS))) \
$(addsuffix .in, $(LIBMAKEPKG_IN))
WRAPPER = \