summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f37865e8..6fb53c9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,6 @@ EXTRA_DIST = \
meson.build \
meson_options.txt \
meson_post_install.py \
- meson_post_install_systemd.py \
subprojects/expat.wrap \
subprojects/glib.wrap \
test/CMakeLists.txt \