From 524658f8a3a9bfbd234896f7e32a8fe8366bd48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Fri, 7 Mar 2014 19:54:49 +0100 Subject: [PATCH] examples: fix Makefile.am to include all Python examples for distribution --- examples/python/dbus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \