diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-06 02:16:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-06 02:16:10 +0200 |
| commit | 33491bc4279481db8ae47213e34a6d695a0e8830 (patch) | |
| tree | 097d2b0fdff3fae6885381ae5e57a182cd8cbbba /examples/python/gi/Makefile.am | |
| parent | 59c3714a494c3b3765657c0551ad82842d98a7d2 (diff) | |
Imported Upstream version 0.9.10.0 upstream/0.9.10.0
Diffstat (limited to 'examples/python/gi/Makefile.am')
| -rw-r--r-- | examples/python/gi/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/python/gi/Makefile.am b/examples/python/gi/Makefile.am new file mode 100644 index 00000000..dcf2dff0 --- /dev/null +++ b/examples/python/gi/Makefile.am @@ -0,0 +1,9 @@ +EXTRA_DIST = \ + list-connections.py \ + device-state-ip4config.py \ + firewall-zone.py \ + show-wifi-networks.py \ + get_ips.py \ + add_connection.py \ + get-active-connections.py \ + update-ip4-method.py |