summaryrefslogtreecommitdiffstats
path: root/src/timesync
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-04-03 09:19:25 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-04-05 03:20:08 +0200
commit393a256bbb7b50eda8a936dda5536a4bd1816177 (patch)
tree94696cb3a7eb29b71755b4cf350da9b4524d54e1 /src/timesync
parentbus-util: fix a meaningless assertion (diff)
downloadsystemd-393a256bbb7b50eda8a936dda5536a4bd1816177.tar.xz
systemd-393a256bbb7b50eda8a936dda5536a4bd1816177.zip
meson: sort source files
Diffstat (limited to 'src/timesync')
-rw-r--r--src/timesync/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timesync/meson.build b/src/timesync/meson.build
index e8bd3d59a9..77228d7d86 100644
--- a/src/timesync/meson.build
+++ b/src/timesync/meson.build
@@ -17,10 +17,10 @@
systemd_timesyncd_sources = files('''
timesyncd.c
- timesyncd-manager.c
- timesyncd-manager.h
timesyncd-conf.c
timesyncd-conf.h
+ timesyncd-manager.c
+ timesyncd-manager.h
timesyncd-server.c
timesyncd-server.h
'''.split())