summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 12:49:32 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit1582f713a34abb9dd6d46fcdbc345b41915b4d80 (patch)
tree19cfbb79df4332407b1b776f2e39132023b8467e /Makefile.am
parenteefdbe86f858139463fa3a58a7dbf722bc47c48e (diff)
downloaddbus-1582f713a34abb9dd6d46fcdbc345b41915b4d80.tar.gz
build: Distribute Meson build system in release tarballs
As long as we are treating Autotools as a first-class citizen, what we release will be `make distcheck` output. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6078e33c..37415bab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,10 @@ EXTRA_DIST = \
bus/CMakeLists.txt \
dbus/CMakeLists.txt \
doc/CMakeLists.txt \
+ meson.build \
+ meson_options.txt \
+ meson_post_install.py \
+ meson_post_install_systemd.py \
test/CMakeLists.txt \
test/name-test/CMakeLists.txt \
tools/CMakeLists.txt \