dbus/python Makefile.am,1.5,1.6

Seth Nickell seth at pdx.freedesktop.org
Thu May 27 19:52:25 PDT 2004


Update of /cvs/dbus/dbus/python
In directory pdx:/tmp/cvs-serv13738/python

Modified Files:
	Makefile.am 
Log Message:
	* 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.


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/python/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/Makefile.am	19 Mar 2004 22:36:31 -0000	1.5
+++ b/Makefile.am	28 May 2004 02:52:23 -0000	1.6
@@ -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)




More information about the dbus-commit mailing list