meson: add 'version' dependency to footclient

footclient (`client.c`, to be precise) includes `version.h`, which is
a generated file.
This commit is contained in:
Daniel Eklöf 2019-11-18 17:01:34 +01:00
parent df9a77663c
commit 310ead65ec
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -96,7 +96,7 @@ executable(
executable( executable(
'footclient', 'footclient',
'client.c', 'client.c',
'log.c', 'log.h', 'log.c', 'log.h', version,
install: true) install: true)
custom_target( custom_target(