labwc/src/common/meson.build
2021-02-21 21:59:53 +00:00

11 lines
152 B
Meson

labwc_sources += files(
'buf.c',
'dir.c',
'font.c',
'grab-file.c',
'log.c',
'nodename.c',
'spawn.c',
'string-helpers.c',
'zfree.c',
)