]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: sort headers
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 4 Sep 2023 13:22:32 +0000 (22:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 5 Sep 2023 21:12:29 +0000 (06:12 +0900)
src/systemd/meson.build

index 85accfef286dc4a051389e782105161563a549c8..207b6e61b2395973c9051f58df2c3b4657fb786a 100644 (file)
@@ -20,13 +20,13 @@ _systemd_headers = [
 systemd_headers = files(_systemd_headers)
 
 _not_installed_headers = [
-        'sd-dhcp6-client.h',
-        'sd-dhcp6-lease.h',
         'sd-dhcp-client.h',
         'sd-dhcp-lease.h',
         'sd-dhcp-option.h',
-        'sd-dhcp6-option.h',
         'sd-dhcp-server.h',
+        'sd-dhcp6-client.h',
+        'sd-dhcp6-lease.h',
+        'sd-dhcp6-option.h',
         'sd-ipv4acd.h',
         'sd-ipv4ll.h',
         'sd-lldp-rx.h',