summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-22 18:26:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-22 18:26:36 +0000
commit625bfaac68f6c7afd85d62752e34fc8e00405790 (patch)
treee288b97bae29170976b796ecc954dc9ea3c3db78 /examples
parent6edb71ddccce139f6c7de1e43f885fed37f58b1b (diff)
Split up Makefile.am between subdirectories
As well as being conventional, this seems to be necessary to avoid having dbus_py_test.so installed, while still having it be a Libtool shared library (noinst libraries are helpfully made static).
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..316b4bb
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,8 @@
+EXTRA_DIST = \
+ example-async-client.py \
+ example-client.py \
+ 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