2020-06-09 21:40:46 +01:00
|
|
|
labwc_sources += files(
|
|
|
|
|
'buf.c',
|
2020-08-10 17:24:17 +01:00
|
|
|
'dir.c',
|
2022-07-17 00:47:20 +00:00
|
|
|
'fd_util.c',
|
2020-08-05 20:14:17 +01:00
|
|
|
'font.c',
|
2023-03-26 10:56:10 +01:00
|
|
|
'get-bool.c',
|
2020-08-06 15:01:08 +01:00
|
|
|
'grab-file.c',
|
2022-08-20 00:01:06 +02:00
|
|
|
'graphic-helpers.c',
|
2022-09-16 18:41:02 -04:00
|
|
|
'mem.c',
|
2021-02-16 21:04:49 +00:00
|
|
|
'nodename.c',
|
2022-06-13 21:33:32 +02:00
|
|
|
'scaled_font_buffer.c',
|
2022-06-13 21:32:12 +02:00
|
|
|
'scaled_scene_buffer.c',
|
2022-02-21 03:18:38 +01:00
|
|
|
'scene-helpers.c',
|
2020-06-19 22:00:22 +01:00
|
|
|
'spawn.c',
|
2020-10-09 19:46:59 +01:00
|
|
|
'string-helpers.c',
|
2020-06-09 21:40:46 +01:00
|
|
|
)
|