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:
@@ -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
|
Reference in New Issue
Block a user