1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.c

As wait-online is located under src/network.
This commit is contained in:
Yu Watanabe 2021-01-01 05:10:09 +09:00
parent e2e7888191
commit cf2423503b
3 changed files with 1 additions and 3 deletions

1
.github/labeler.yml vendored
View File

@ -36,4 +36,3 @@ timedate:
- src/timedate/*
timesync:
- src/timesync/*
- src/time-wait-sync/*

View File

@ -1619,7 +1619,6 @@ includes = include_directories('src/basic',
'src/shared',
'src/shutdown',
'src/systemd',
'src/time-wait-sync',
'src/timesync',
'src/udev',
'src/xdg-autostart-generator',
@ -2633,7 +2632,7 @@ if conf.get('ENABLE_TIMESYNCD') == 1
executable(
'systemd-time-wait-sync',
'src/time-wait-sync/time-wait-sync.c',
'src/timesync/wait-sync.c',
include_directories : includes,
link_with : [timesyncd_link_with],
install_rpath : rootlibexecdir,