From 52189342449bbfaebefff936520eeec40c2fbdc0 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 16 Jun 2022 09:35:58 +0200 Subject: [PATCH] build: sort files in Makefile.examples --- Makefile.examples | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile.examples b/Makefile.examples index 18114a6d0b..8beb621965 100644 --- a/Makefile.examples +++ b/Makefile.examples @@ -147,34 +147,34 @@ EXTRA_DIST += \ examples/js/get_ips.js \ \ examples/lua/lgi/add-connection.lua \ + examples/lua/lgi/change-vpn-username.lua \ + examples/lua/lgi/deactivate-all.lua \ + examples/lua/lgi/get-basic-nm-info.lua \ + examples/lua/lgi/get-ips.lua \ examples/lua/lgi/list-connections.lua \ examples/lua/lgi/list-devices.lua \ examples/lua/lgi/show-wifi-networks.lua \ - examples/lua/lgi/get-basic-nm-info.lua \ - examples/lua/lgi/get-ips.lua \ - examples/lua/lgi/change-vpn-username.lua \ - examples/lua/lgi/deactivate-all.lua \ \ examples/nm-conf.d/30-anon.conf \ examples/nm-conf.d/31-mac-addr-change.conf \ \ - examples/python/dbus/nm-state.py \ - examples/python/dbus/add-connection.py \ examples/python/dbus/add-connection-compat.py \ + examples/python/dbus/add-connection.py \ examples/python/dbus/add-wifi-eap-connection.py \ examples/python/dbus/add-wifi-psk-connection.py \ - examples/python/dbus/vpn.py \ - examples/python/dbus/update-secrets.py \ - examples/python/dbus/list-connections.py \ - examples/python/dbus/show-bssids.py \ + examples/python/dbus/create-bond.py \ examples/python/dbus/disconnect-device.py \ examples/python/dbus/get-active-connection-uuids.py \ - examples/python/dbus/list-devices.py \ - examples/python/dbus/update-ip4-method.py \ examples/python/dbus/is-wwan-default.py \ - examples/python/dbus/wifi-hotspot.py \ - examples/python/dbus/create-bond.py \ + examples/python/dbus/list-connections.py \ + examples/python/dbus/list-devices.py \ + examples/python/dbus/nm-state.py \ + examples/python/dbus/show-bssids.py \ + examples/python/dbus/update-ip4-method.py \ + examples/python/dbus/update-secrets.py \ + examples/python/dbus/vpn.py \ examples/python/dbus/wifi-active-ap.py\ + examples/python/dbus/wifi-hotspot.py \ \ examples/python/gi/README \ examples/python/gi/add_connection.py \ @@ -201,10 +201,10 @@ EXTRA_DIST += \ examples/ruby/get-basic-nm-info.rb \ examples/ruby/list-devices.rb \ \ - examples/shell/nm-logging.sh \ + examples/shell/active-wifi.sh \ + examples/shell/disconnect-device.sh \ examples/shell/get-hostname.sh \ examples/shell/list-devices.sh \ - examples/shell/disconnect-device.sh \ - examples/shell/active-wifi.sh \ + examples/shell/nm-logging.sh \ \ $(NULL)