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:
Jiří Klimeš
2013-09-24 12:35:19 +02:00
parent 217cb5fbca
commit 8a04ab9135
17 changed files with 19 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View 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

View File

@@ -0,0 +1,4 @@
EXTRA_DIST = \
list-connections.py \
device-state-ip4config.py \
firewall-zone.py