summaryrefslogtreecommitdiff
path: root/examples/python
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-03-07 19:54:49 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-03-07 19:54:49 +0100
commit524658f8a3a9bfbd234896f7e32a8fe8366bd48c (patch)
tree3ab5dd0a5b1cb8fccc0286e4e367a5cda8b961a1 /examples/python
parentbdb44ba39a71a6e4fe47c3b3abcc762aae70b010 (diff)
downloadNetworkManager-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.am2
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 \