]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: sort files
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 10 May 2022 14:46:55 +0000 (23:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 10 May 2022 17:13:15 +0000 (02:13 +0900)
src/network/meson.build

index 6e50b9525f0ae5a328ea816a03c5d8e2e7a1735e..2315b56a3337b4187a71481263274aa638c227f3 100644 (file)
@@ -13,6 +13,8 @@ sources = files(
         'netdev/dummy.h',
         'netdev/fou-tunnel.c',
         'netdev/fou-tunnel.h',
+        'netdev/geneve.c',
+        'netdev/geneve.h',
         'netdev/ifb.c',
         'netdev/ifb.h',
         'netdev/ipoib.c',
@@ -45,12 +47,10 @@ sources = files(
         'netdev/vlan.h',
         'netdev/vrf.c',
         'netdev/vrf.h',
-        'netdev/vxlan.c',
-        'netdev/vxlan.h',
-        'netdev/geneve.c',
-        'netdev/geneve.h',
         'netdev/vxcan.c',
         'netdev/vxcan.h',
+        'netdev/vxlan.c',
+        'netdev/vxlan.h',
         'netdev/wireguard.c',
         'netdev/wireguard.h',
         'netdev/wlan.c',
@@ -115,8 +115,6 @@ sources = files(
         'networkd-ndisc.h',
         'networkd-neighbor.c',
         'networkd-neighbor.h',
-        'networkd-radv.c',
-        'networkd-radv.h',
         'networkd-network-bus.c',
         'networkd-network-bus.h',
         'networkd-network.c',
@@ -125,6 +123,8 @@ sources = files(
         'networkd-nexthop.h',
         'networkd-queue.c',
         'networkd-queue.h',
+        'networkd-radv.c',
+        'networkd-radv.h',
         'networkd-route-util.c',
         'networkd-route-util.h',
         'networkd-route.c',
@@ -157,12 +157,12 @@ sources = files(
         'tc/ets.h',
         'tc/fifo.c',
         'tc/fifo.h',
-        'tc/fq.c',
-        'tc/fq.h',
         'tc/fq-codel.c',
         'tc/fq-codel.h',
         'tc/fq-pie.c',
         'tc/fq-pie.h',
+        'tc/fq.c',
+        'tc/fq.h',
         'tc/gred.c',
         'tc/gred.h',
         'tc/hhf.c',