From f33553eae306f4864a0198c5f9c56f1059536cf3 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Fri, 28 May 2004 02:52:23 +0000 Subject: * 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. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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 -- cgit