2020-06-09 21:40:46 +01:00
|
|
|
labwc_sources += files(
|
2024-08-21 07:38:44 +03:00
|
|
|
'direction.c',
|
|
|
|
|
'box.c',
|
2020-06-09 21:40:46 +01:00
|
|
|
'buf.c',
|
2020-08-10 17:24:17 +01:00
|
|
|
'dir.c',
|
2024-05-22 09:56:16 +09:00
|
|
|
'fd-util.c',
|
2023-08-21 21:07:28 +01:00
|
|
|
'file-helpers.c',
|
2020-08-05 20:14:17 +01:00
|
|
|
'font.c',
|
2020-08-06 15:01:08 +01:00
|
|
|
'grab-file.c',
|
2022-08-20 00:01:06 +02:00
|
|
|
'graphic-helpers.c',
|
2023-04-28 21:21:08 +01:00
|
|
|
'match.c',
|
2022-09-16 18:41:02 -04:00
|
|
|
'mem.c',
|
2021-02-16 21:04:49 +00:00
|
|
|
'nodename.c',
|
2023-03-26 22:34:44 +01:00
|
|
|
'parse-bool.c',
|
2024-03-27 22:13:50 -04:00
|
|
|
'parse-double.c',
|
2024-05-22 09:56:16 +09:00
|
|
|
'scaled-font-buffer.c',
|
2024-11-23 14:17:15 +09:00
|
|
|
'scaled-rect-buffer.c',
|
2024-05-22 09:56:16 +09:00
|
|
|
'scaled-scene-buffer.c',
|
2022-02-21 03:18:38 +01:00
|
|
|
'scene-helpers.c',
|
2024-10-07 09:15:34 +09:00
|
|
|
'set.c',
|
2024-03-07 19:15:02 +00:00
|
|
|
'surface-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
|
|
|
)
|