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:
@@ -1,14 +1,2 @@
|
||||
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 \
|
||||
goi-list-connections.py \
|
||||
goi-device-state-ip4config.py \
|
||||
goi-firewall-zone.py
|
||||
SUBDIRS= dbus gi
|
||||
|
||||
|
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