diff options
| author | Jiří Klimeš <jklimes@redhat.com> | 2014-03-07 19:54:49 +0100 |
|---|---|---|
| committer | Jiří Klimeš <jklimes@redhat.com> | 2014-03-07 19:54:49 +0100 |
| commit | 524658f8a3a9bfbd234896f7e32a8fe8366bd48c (patch) | |
| tree | 3ab5dd0a5b1cb8fccc0286e4e367a5cda8b961a1 /examples/python | |
| parent | bdb44ba39a71a6e4fe47c3b3abcc762aae70b010 (diff) | |
| download | NetworkManager-524658f8a3a9bfbd234896f7e32a8fe8366bd48c.tar.gz | |
examples: fix Makefile.am to include all Python examples for distribution
Diffstat (limited to 'examples/python')
| -rw-r--r-- | examples/python/dbus/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/dbus/Makefile.am b/examples/python/dbus/Makefile.am index a54997d75d..124271630b 100644 --- a/examples/python/dbus/Makefile.am +++ b/examples/python/dbus/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = \ nm-state.py \ add-connection.py \ - add-system-wifi-connection.py + add-system-wifi-connection.py \ vpn.py \ update-secrets.py \ list-connections.py \ |
