summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-27 15:37:17 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit398820d1fe45f85ac0a22971b88ce8a9903e4d70 (patch)
treedf09528018bc8bba9373d4beaeeb0687e934121a /tools/Makefile.am
parente2f2c5dd42e193d4bddb0bda49b07bf254cff248 (diff)
downloaddbus-398820d1fe45f85ac0a22971b88ce8a9903e4d70.tar.gz
build: Change how we create empty directories from Meson
Use install_emptydir() 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_emptydir() when we drop support for Meson versions older than 0.60.0. 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 e9c066ba..dee5f862 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -154,4 +154,5 @@ installcheck-local:
EXTRA_DIST += build-timestamp.py
EXTRA_DIST += meson.build
+EXTRA_DIST += meson-compat-install-emptydirs.py
EXTRA_DIST += meson-compat-install-symlink.py