summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-06-16 09:35:58 +0200
committerThomas Haller <thaller@redhat.com>2022-06-16 09:41:01 +0200
commit52189342449bbfaebefff936520eeec40c2fbdc0 (patch)
tree58c7a37935d89648d6426bc6ccb5348687c3ee1b
parent5f530904de3ef0b52367bf58191b186d8da30cba (diff)
downloadNetworkManager-52189342449bbfaebefff936520eeec40c2fbdc0.tar.gz
build: sort files in Makefile.examples
-rw-r--r--Makefile.examples32
1 files changed, 16 insertions, 16 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/is-wwan-default.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/is-wwan-default.py \
- examples/python/dbus/wifi-hotspot.py \
- examples/python/dbus/create-bond.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)