diff options
Diffstat (limited to 'examples/python/Makefile.am')
| -rw-r--r-- | examples/python/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am index 2706c0f4..4c0f9c74 100644 --- a/examples/python/Makefile.am +++ b/examples/python/Makefile.am @@ -1,12 +1,13 @@ EXTRA_DIST = \ nm-state.py \ - add-system-connection.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-connections.py \ + get-active-connection-uuids.py \ list-devices.py \ goi-list-connections.py \ goi-device-state-ip4config.py |