about summary refs log tree commit diff
path: root/Makefile.examples
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-16 18:24:19 +0200
committerMichael Biebl <biebl@debian.org>2022-08-16 18:24:19 +0200
commit0018d1f3cf71d680d7b6bceda55a5717244d8b26 (patch)
treea058f1d106d172d3354179437ef034c9355cdf9c /Makefile.examples
parent6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff)
New upstream version 1.39.90 upstream/1.39.90
Diffstat (limited to 'Makefile.examples')
-rw-r--r--Makefile.examples42
1 files changed, 26 insertions, 16 deletions
diff --git a/Makefile.examples b/Makefile.examples
index 18114a6d..076af724 100644
--- a/Makefile.examples
+++ b/Makefile.examples
@@ -147,42 +147,50 @@ 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/add-wifi-sae-connection.py \
+	examples/python/dbus/checkpoint.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 \
+	examples/python/gi/checkpoint.py \
 	examples/python/gi/deactivate-all.py \
 	examples/python/gi/device-state-ip4config.py \
+	examples/python/gi/dns.py \
 	examples/python/gi/firewall-zone.py \
 	examples/python/gi/get-active-connections.py \
+	examples/python/gi/get-devices.py \
+	examples/python/gi/get-interface-flags.py \
+	examples/python/gi/get-lldp-neighbors.py \
 	examples/python/gi/get_ips.py \
+	examples/python/gi/gmaincontext.py \
 	examples/python/gi/list-connections.py \
 	examples/python/gi/nm-add-connection2.py \
 	examples/python/gi/nm-connection-update-stable-id.py \
@@ -194,6 +202,8 @@ EXTRA_DIST += \
 	examples/python/gi/setting-user-data.py \
 	examples/python/gi/show-wifi-networks.py \
 	examples/python/gi/update-ip4-method.py \
+	examples/python/gi/vpn-import.py \
+	examples/python/gi/wifi-p2p.py \
 	\
 	examples/python/python-networkmanager/README \
 	\
@@ -201,10 +211,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)