dbus/dbus Makefile.am,1.57,1.58

Havoc Pennington hp@pdx.freedesktop.org
Wed, 15 Oct 2003 14:09:42 -0700


Update of /cvs/dbus/dbus/dbus
In directory pdx:/tmp/cvs-serv3453/dbus

Modified Files:
	Makefile.am 
Log Message:
2003-10-14  Havoc Pennington  <hp@redhat.com>

	* test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
	to have a bug keeping it from outputting the .da files sometimes
	(string_get_string): don't append garbage nul bytes to the string.



Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/dbus/Makefile.am,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Makefile.am	30 Sep 2003 02:32:52 -0000	1.57
+++ Makefile.am	15 Oct 2003 21:09:40 -0000	1.58
@@ -150,4 +150,4 @@
 
 ## mop up the gcov files
 clean-local:
-	/bin/rm *.bb *.bbg *.da *.gcov || true
+	/bin/rm *.bb *.bbg *.da *.gcov .libs/*.da .libs/*.bbg || true