diff options
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 |