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. --- python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/Makefile.am') diff --git a/python/Makefile.am b/python/Makefile.am index d57e08f5..a1e22b86 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS=examples + INCLUDES=-I$(top_builddir) -I$(top_builddir)/glib $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES) dbusdir = $(pythondir) -- cgit