summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-03-26 11:10:16 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-03-28 10:13:23 -0700
commitbc2fdb9759dc702ec351a044b3fd408c0701fedb (patch)
tree8e61dad4b1770d12be745fc688ece95b67203676 /Makefile.am
parentd77844a5290948a490ce6921c1623d1dd7af6c31 (diff)
autotools: include meson_get_version
Otherwise meson won't read the VERSION file and won't set a version. That means that pkg-config files will have version unset as well. Fixes: 3e9533d9b88d75d99632fa40e38cfed842d10842 ("meson: Add script to use VERSION file for getting version") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 804b1d85353..a83f2bcb5f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,7 +64,8 @@ EXTRA_DIST = \
meson_options.txt \
bin/meson.build \
include/meson.build \
- bin/install_megadrivers.py
+ bin/install_megadrivers.py \
+ bin/meson_get_version.py
noinst_HEADERS = \
include/c99_alloca.h \