autotools: include meson_get_version
authorDylan Baker <dylan@pnwbakers.com>
Mon, 26 Mar 2018 18:10:16 +0000 (11:10 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 28 Mar 2018 17:13:23 +0000 (10:13 -0700)
commitbc2fdb9759dc702ec351a044b3fd408c0701fedb
tree8e61dad4b1770d12be745fc688ece95b67203676
parentd77844a5290948a490ce6921c1623d1dd7af6c31
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>
Makefile.am