dbus/python/examples Makefile.am,1.4,1.5

Seth Nickell seth at pdx.freedesktop.org
Sat Jul 10 20:09:05 PDT 2004


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

Modified Files:
	Makefile.am 
Log Message:
2004-07-10  Seth Nickell  <seth at gnome.org>

	* python/examples/Makefile.am:

	Fix distcheck breakage caused by new examples.



Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/python/examples/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	10 Jun 2004 12:13:39 -0000	1.4
+++ Makefile.am	11 Jul 2004 03:09:03 -0000	1.5
@@ -1,12 +1,13 @@
 NULL=
 
-EXTRA_DIST = 			\
-	example-service.py 	\
-	example-client.py	\
-	example-signals.py	\
-	gconf-proxy-client.py	\
-	gconf-proxy-service.py	\
-	gconf-proxy-service2.py	\
-	list-system-services.py \
+EXTRA_DIST = 				\
+	example-service.py 		\
+	example-client.py		\
+	example-signal-emitter.py	\
+	example-signal-recipient.py	\
+	gconf-proxy-client.py		\
+	gconf-proxy-service.py		\
+	gconf-proxy-service2.py		\
+	list-system-services.py 	\
 	$(NULL)
 




More information about the dbus-commit mailing list