summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-10-31 14:35:53 -0700
committerSimon McVittie <smcv@debian.org>2015-12-04 15:09:08 +0000
commit1dbda697112becc44e0aa8e303159e0fae5852a3 (patch)
treebfc2e429901d6037f7dc4bbc6842fd6a03d03c20
parentf8ffd3ab796ae622912b243c1e6f1d3e12c90ad7 (diff)
downloaddbus-python-1dbda697112becc44e0aa8e303159e0fae5852a3.tar.gz
Install all examples
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separated out from a previous commit]
-rw-r--r--examples/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 316b4bb..df241a6 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,5 +4,8 @@ EXTRA_DIST = \
example-service.py \
example-signal-emitter.py \
example-signal-recipient.py \
- list-system-services.py
-# miss out the gconf examples for now - they don't work
+ gconf-proxy-client.py \
+ gconf-proxy-service2.py \
+ list-system-services.py \
+ unix-fd-client.py \
+ unix-fd-service.py