summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-09-07 16:12:59 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-09-07 16:24:45 +0200
commita68cfd769904c621fb2ebc0c4f24f2659fa283de (patch)
tree3b119e3469fef58837249ad3966e516f276b8e17 /tests/meson.build
parent01bf21f398d5ece9ac2d78c00b4b362091f8e05c (diff)
downloadgobject-introspection-a68cfd769904c621fb2ebc0c4f24f2659fa283de.tar.gz
meson: Install warnlib
For some reason, meson build system did not install warnlib. Let's do it. Patch from Arch Linux
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 2 insertions, 0 deletions
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',