summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-23 19:27:34 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-10-21 11:45:54 +0000
commitc3e48e63a2d2deeae6205ee746cc00c960c8c5c5 (patch)
treefe4958f05369efdb3afffb4cd7bf83b961deef2d /Makefile.am
parenta67735010dd7576fac7d5e30e0933a3be313b75e (diff)
downloadcairo-c3e48e63a2d2deeae6205ee746cc00c960c8c5c5.tar.gz
meson: extract meson version from cairo-version.h
Same as autotools does. Arguably it would be better to do it the other way round and generate cairo-version.h from the version in meson.build or configure.ac but for now let's do this so it's at least in sync with the autotools build and only one file has to be edited for releases.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7354c3e2e..3ad73fed7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ EXTRA_DIST += \
EXTRA_DIST += \
meson.build \
meson_options.txt \
+ version.py \
boilerplate/make-cairo-boilerplate-constructors.py \
boilerplate/meson.build \
src/meson.build \