meson: fix regression that broke building libmakepkg

In commit f7efa6a93d we added a new file,
and also wired it up to the build systems, but it got added under the
wrong name in meson.build

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Eli Schwartz 2019-01-13 21:18:40 -05:00 committed by Allan McRae
parent ce040514c4
commit b76dbb1159

View file

@ -8,7 +8,7 @@ sources = [
'conflicts.sh.in', 'conflicts.sh.in',
'depends.sh.in', 'depends.sh.in',
'epoch.sh.in', 'epoch.sh.in',
'fullversion.sh.in', 'fullpkgver.sh.in',
'install.sh.in', 'install.sh.in',
'makedepends.sh.in', 'makedepends.sh.in',
'optdepends.sh.in', 'optdepends.sh.in',