mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
committed by
Matthias Clasen
parent
89ee284d2b
commit
33fb1bbb61
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user