1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-01 08:58:29 +03:00

meson: sort source files

This commit is contained in:
Yu Watanabe 2024-12-22 01:36:54 +09:00 committed by Daan De Meyer
parent fde7adab3b
commit 8567f1342b

View File

@ -19,16 +19,6 @@ udevadm_sources = files(
libudevd_core_sources = files(
'net/link-config.c',
'udev-config.c',
'udev-ctrl.c',
'udev-event.c',
'udev-format.c',
'udev-manager.c',
'udev-node.c',
'udev-rules.c',
'udev-spawn.c',
'udev-watch.c',
'udev-worker.c',
'udev-builtin-btrfs.c',
'udev-builtin-hwdb.c',
'udev-builtin-input_id.c',
@ -39,6 +29,16 @@ libudevd_core_sources = files(
'udev-builtin-path_id.c',
'udev-builtin-usb_id.c',
'udev-builtin.c',
'udev-config.c',
'udev-ctrl.c',
'udev-event.c',
'udev-format.c',
'udev-manager.c',
'udev-node.c',
'udev-rules.c',
'udev-spawn.c',
'udev-watch.c',
'udev-worker.c',
)
if conf.get('HAVE_KMOD') == 1