meson - remove uneeded array definition for files

files is alrteady an array of file objects...
This commit is contained in:
Carsten Haitzler 2017-08-11 20:47:21 +09:00
parent e464449511
commit 4b6e25d6c4
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ created_file = [
'eldbus_utils.h'
]
src = [files(
src = files(
'e_mod_main.c'
)]
)
src += custom_target('geolocation_gen',
input : 'org.freedesktop.GeoClue2.xml',

View File

@ -6,12 +6,12 @@ created_file = [
'eldbus_utils.h'
]
src = [files(
src = files(
'e_mod_main.c',
'ui.c',
'e_mod_main.h',
'private.h'
)]
)
src += custom_target('gen-dbus',
input : 'introspect.xml',