diff options
| author | Jiří Klimeš <jklimes@redhat.com> | 2013-09-24 12:18:45 +0200 |
|---|---|---|
| committer | Jiří Klimeš <jklimes@redhat.com> | 2013-09-24 12:48:55 +0200 |
| commit | 217cb5fbca79bd21f5305ba8911be37c81fc4c8a (patch) | |
| tree | ca0966fd029b1f01969529d6b5c0e551b1dac43e /examples/python/Makefile.am | |
| parent | 2b72214e5219c2e99dcc3a9891cf40d2e065c39a (diff) | |
| download | NetworkManager-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.am | 3 |
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 |
