Merge branch 'stable' into 'main'
[ladish.git] / common / meson.build
blob8549f280971b0b8742856e326f248dd8f0159b68
1 common_sources = [
2   'catdup.c',
3   'dirhelpers.c',
4   'file.c',
5   'log.c',
6   'time.c',
9 commonlib = static_library('common', common_sources,
10                            dependencies : [dbus_dep, cdbus_dep],
11                            include_directories : inc,
12                            install : false)