summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 14:27:10 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit4fbdb149878431e71efed1977508d00d7d77376e (patch)
tree5b4afbada6624e72d862838d35311f96d60066f3 /Makefile.am
parent37e1728638c5caaac393a0db756ce304aa611db1 (diff)
downloaddbus-4fbdb149878431e71efed1977508d00d7d77376e.tar.gz
subprojects: Allow expat and GLib to be built as subprojects
This should let us build everything with a mingw-w64 toolchain, without having to use prebuilt dependencies from MSYS. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1587dc7c..f37865e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,8 @@ EXTRA_DIST = \
meson_options.txt \
meson_post_install.py \
meson_post_install_systemd.py \
+ subprojects/expat.wrap \
+ subprojects/glib.wrap \
test/CMakeLists.txt \
test/name-test/CMakeLists.txt \
tools/CMakeLists.txt \