diff options
author | Seth Nickell <seth@gnome.org> | 2004-05-28 02:52:23 +0000 |
---|---|---|
committer | Seth Nickell <seth@gnome.org> | 2004-05-28 02:52:23 +0000 |
commit | f33553eae306f4864a0198c5f9c56f1059536cf3 (patch) | |
tree | f0dab9bf069979380c4ee5570571773737322415 /configure.in | |
parent | 9e262d565e9c3f4928170922f86e05356cc26ddd (diff) |
* configure.in:
* python/Makefile.am:
Include the example python apps in the tarball.
* python/examples/list-system-services.py
Add a python new example that fetches the list of services
from the system bus.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cec7be6f..7162f876 100644 --- a/configure.in +++ b/configure.in @@ -1082,6 +1082,7 @@ Makefile dbus/Makefile glib/Makefile python/Makefile +python/examples/Makefile qt/Makefile gcj/Makefile gcj/org/Makefile |