From 033e8d2a777d4dc3217f6b4836c23fba6390b00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 24 Sep 2012 12:56:25 +0200 Subject: [PATCH] examples: fix add-system-connection.py -> add-connection.py rename It fixes 'make dist' that fails otherwise. Found by pavlix. --- examples/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am index 2706c0f49b..7b34e4f19a 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 \