summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-06-23 15:01:43 +0200
committerJiří Klimeš <jklimes@redhat.com>2015-06-23 15:04:43 +0200
commit1e923cb923ba389707110e0c10e4a4b43d25e132 (patch)
tree99d3ad9be66581a8fc63aac493592c85766dcdb0 /examples
parent2e958bacebb11ec4769311125ab0e3a8042ea880 (diff)
downloadNetworkManager-1e923cb923ba389707110e0c10e4a4b43d25e132.tar.gz
examples: add wifi-hotspot.py script to Makefile.am
Fixes: 1af8e2f132f64a9f3c012a57f4b67422ccf62ad5
Diffstat (limited to 'examples')
-rw-r--r--examples/python/dbus/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/python/dbus/Makefile.am b/examples/python/dbus/Makefile.am
index dd77f1e9ba..9dbac3f33e 100644
--- a/examples/python/dbus/Makefile.am
+++ b/examples/python/dbus/Makefile.am
@@ -11,4 +11,5 @@ EXTRA_DIST = \
get-active-connection-uuids.py \
list-devices.py \
update-ip4-method.py \
- is-wwan-default.py
+ is-wwan-default.py \
+ wifi-hotspot.py