meson: gio, gobject: use files() for headers list

Since these variables are referenced from other directories
such as the tests/ subdir as well.
This commit is contained in:
Tim-Philipp Müller
2017-01-28 16:59:45 +00:00
committed by Matthias Clasen
parent 89ee284d2b
commit 33fb1bbb61
2 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
gobject_install_headers = [
gobject_install_headers = files([
'gobject-autocleanups.h',
'glib-types.h',
'gbinding.h',
@@ -19,7 +19,7 @@ gobject_install_headers = [
'gvaluecollector.h',
'gvaluetypes.h',
'gobjectnotifyqueue.c', # sic
]
])
install_headers(gobject_install_headers, subdir : 'glib-2.0/gobject')
gobject_c_sources = [