summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-09-24 12:56:25 +0200
committerJiří Klimeš <jklimes@redhat.com>2012-09-24 12:59:09 +0200
commit033e8d2a777d4dc3217f6b4836c23fba6390b00c (patch)
treec0993cd07c63d9b3b63f9284e620fee62d152497
parent07fc3dcb9099536197a67734bb42c610d67f37a0 (diff)
examples: fix add-system-connection.py -> add-connection.py rename
It fixes 'make dist' that fails otherwise. Found by pavlix.
-rw-r--r--examples/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am
index 2706c0f4..7b34e4f1 100644
--- a/examples/python/Makefile.am
+++ b/examples/python/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = \
nm-state.py \
- add-system-connection.py \
+ add-connection.py \
add-system-wifi-connection.py
vpn.py \
list-connections.py \