summaryrefslogtreecommitdiff
path: root/examples/python/Makefile.am
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-09-24 12:18:45 +0200
committerJiří Klimeš <jklimes@redhat.com>2013-09-24 12:48:55 +0200
commit217cb5fbca79bd21f5305ba8911be37c81fc4c8a (patch)
treeca0966fd029b1f01969529d6b5c0e551b1dac43e /examples/python/Makefile.am
parent2b72214e5219c2e99dcc3a9891cf40d2e065c39a (diff)
downloadNetworkManager-217cb5fbca79bd21f5305ba8911be37c81fc4c8a.tar.gz
examples: add a python example getting/setting zone property using GI
Diffstat (limited to 'examples/python/Makefile.am')
-rw-r--r--examples/python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am
index 4c0f9c745e..ade9497814 100644
--- a/examples/python/Makefile.am
+++ b/examples/python/Makefile.am
@@ -10,4 +10,5 @@ EXTRA_DIST = \
get-active-connection-uuids.py \
list-devices.py \
goi-list-connections.py \
- goi-device-state-ip4config.py
+ goi-device-state-ip4config.py \
+ goi-firewall-zone.py