diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-22 18:26:36 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-22 18:26:36 +0000 |
commit | 625bfaac68f6c7afd85d62752e34fc8e00405790 (patch) | |
tree | e288b97bae29170976b796ecc954dc9ea3c3db78 /examples | |
parent | 6edb71ddccce139f6c7de1e43f885fed37f58b1b (diff) | |
download | dbus-python-625bfaac68f6c7afd85d62752e34fc8e00405790.tar.gz |
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.am | 8 |
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 |