From 1f1dd7f4857c13db507ad663664a5e4b8d620ffc Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 7 Sep 2018 16:12:59 +0200 Subject: meson: Install warnlib For some reason, meson build system did not install warnlib. Let's do it. Patch from Arch Linux --- tests/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/meson.build b/tests/meson.build index 71cd97fe..18cc0807 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -8,6 +8,8 @@ test_regress_incdirs = include_directories(['.', 'scanner']) installed_sources = [ 'scanner/regress.c', 'scanner/regress.h', + 'scanner/warnlib.c', + 'scanner/warnlib.h', 'gimarshallingtests.c', 'gimarshallingtests.h', 'gitestmacros.h', -- cgit v1.2.1