mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 04:48:10 +02:00
examples: group python examples - dbus vs. gi
Move examples using dbus-python ('dbus' module) and GObject introspection into
their own directories.
This commit is contained in:
parent
217cb5fbca
commit
8a04ab9135
17 changed files with 19 additions and 14 deletions
|
|
@ -767,6 +767,8 @@ NetworkManager.pc
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
examples/shell/Makefile
|
examples/shell/Makefile
|
||||||
examples/python/Makefile
|
examples/python/Makefile
|
||||||
|
examples/python/dbus/Makefile
|
||||||
|
examples/python/gi/Makefile
|
||||||
examples/ruby/Makefile
|
examples/ruby/Makefile
|
||||||
examples/C/Makefile
|
examples/C/Makefile
|
||||||
examples/C/glib/Makefile
|
examples/C/glib/Makefile
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,2 @@
|
||||||
EXTRA_DIST = \
|
SUBDIRS= dbus gi
|
||||||
nm-state.py \
|
|
||||||
add-connection.py \
|
|
||||||
add-system-wifi-connection.py
|
|
||||||
vpn.py \
|
|
||||||
update-secrets.py \
|
|
||||||
list-connections.py \
|
|
||||||
show-bssids.py \
|
|
||||||
disconnect-device.py \
|
|
||||||
get-active-connection-uuids.py \
|
|
||||||
list-devices.py \
|
|
||||||
goi-list-connections.py \
|
|
||||||
goi-device-state-ip4config.py \
|
|
||||||
goi-firewall-zone.py
|
|
||||||
|
|
|
||||||
11
examples/python/dbus/Makefile.am
Normal file
11
examples/python/dbus/Makefile.am
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
nm-state.py \
|
||||||
|
add-connection.py \
|
||||||
|
add-system-wifi-connection.py
|
||||||
|
vpn.py \
|
||||||
|
update-secrets.py \
|
||||||
|
list-connections.py \
|
||||||
|
show-bssids.py \
|
||||||
|
disconnect-device.py \
|
||||||
|
get-active-connection-uuids.py \
|
||||||
|
list-devices.py
|
||||||
4
examples/python/gi/Makefile.am
Normal file
4
examples/python/gi/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
list-connections.py \
|
||||||
|
device-state-ip4config.py \
|
||||||
|
firewall-zone.py
|
||||||
Loading…
Add table
Reference in a new issue