dbus/mono/example Makefile.am,1.7,1.8

Joe Shaw joe@freedesktop.org
Wed Jan 12 14:48:22 PST 2005


Update of /cvs/dbus/dbus/mono/example
In directory gabe:/tmp/cvs-serv5404/mono/example

Modified Files:
	Makefile.am 
Log Message:
2005-01-12  Joe Shaw  <joeshaw@novell.com>

	* mono/Makefile.am, mono/example/Makefile.am: Always build the 
	dbus DLL with --debug.  Clean up after the .mdb files this leaves
	behind.

Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/example/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	12 Jan 2005 22:34:28 -0000	1.7
+++ Makefile.am	12 Jan 2005 22:48:20 -0000	1.8
@@ -14,7 +14,7 @@
 
 
 clean:
-	rm -f $(NOINST_EXES)
+	rm -f $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
 
 install: all
 



More information about the dbus-commit mailing list