diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-31 14:35:53 -0700 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-12-04 15:09:08 +0000 |
commit | 1dbda697112becc44e0aa8e303159e0fae5852a3 (patch) | |
tree | bfc2e429901d6037f7dc4bbc6842fd6a03d03c20 /examples | |
parent | f8ffd3ab796ae622912b243c1e6f1d3e12c90ad7 (diff) |
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]
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 7 |
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 |