summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-10 14:35:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 16:08:32 +0100
commit2d2991d46fa150f38ac2a5090c45d64b5346391d (patch)
tree7a502ad9a868296efbf4ac7ef8f6d53f61d738bd /examples
parente5f8a8211107a57d617865a1a74605430ad63ecb (diff)
downloadtelepathy-glib-2d2991d46fa150f38ac2a5090c45d64b5346391d.tar.gz
Install remaining Python examples
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'examples')
-rw-r--r--examples/client/python/Makefile.am6
-rwxr-xr-xexamples/client/python/stream-tube-accepter.py (renamed from examples/client/python/stream-tubes.py/accepter.py)0
-rwxr-xr-xexamples/client/python/stream-tube-offerer.py (renamed from examples/client/python/stream-tubes.py/offerer.py)0
3 files changed, 4 insertions, 2 deletions
diff --git a/examples/client/python/Makefile.am b/examples/client/python/Makefile.am
index 037719093..939cb4972 100644
--- a/examples/client/python/Makefile.am
+++ b/examples/client/python/Makefile.am
@@ -6,8 +6,8 @@ EXTRA_DIST = \
text-handler.py \
file-transfer.py \
ft-handler.py \
- stream-tubes.py/offerer.py \
- stream-tubes.py/accepter.py
+ stream-tube-offerer.py \
+ stream-tube-accepter.py
installable_scripts = \
telepathy-example-python-dialler \
@@ -17,6 +17,8 @@ installable_scripts = \
telepathy-example-python-ft-handler \
telepathy-example-python-inspect-cm \
telepathy-example-python-text-handler \
+ telepathy-example-python-stream-tube-accepter \
+ telepathy-example-python-stream-tube-offerer \
$(NULL)
telepathy-example-python-%: %.py
diff --git a/examples/client/python/stream-tubes.py/accepter.py b/examples/client/python/stream-tube-accepter.py
index 0720ae7be..0720ae7be 100755
--- a/examples/client/python/stream-tubes.py/accepter.py
+++ b/examples/client/python/stream-tube-accepter.py
diff --git a/examples/client/python/stream-tubes.py/offerer.py b/examples/client/python/stream-tube-offerer.py
index 1f4309d51..1f4309d51 100755
--- a/examples/client/python/stream-tubes.py/offerer.py
+++ b/examples/client/python/stream-tube-offerer.py