summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-27 15:12:54 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commite2f2c5dd42e193d4bddb0bda49b07bf254cff248 (patch)
tree57901dda3003f9496e9e9c7dfd98fba19dca89d9 /tools/Makefile.am
parentabef7950816d423b3b65fcf36bfa0cf0e36c4ebf (diff)
downloaddbus-e2f2c5dd42e193d4bddb0bda49b07bf254cff248.tar.gz
build: Change how we create symlinks from Meson
Use install_symlink() in Meson versions that support it, or a script with similar invocation in versions that do not. This will make it straightforward to migrate to install_symlink() when we drop support for Meson versions older than 0.61.0. Based on an implementation in the game-data-packager package, which used a shell script. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2a5f7df3..e9c066ba 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -154,3 +154,4 @@ installcheck-local:
EXTRA_DIST += build-timestamp.py
EXTRA_DIST += meson.build
+EXTRA_DIST += meson-compat-install-symlink.py