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

Joe Shaw joe@freedesktop.org
Wed Jan 12 14:52:36 PST 2005


Update of /cvs/dbus/dbus/mono/example
In directory gabe:/tmp/cvs-serv5696/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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	12 Jan 2005 22:48:20 -0000	1.8
+++ Makefile.am	12 Jan 2005 22:52:34 -0000	1.9
@@ -1,5 +1,5 @@
 NOINST_EXES=echo-server.exe echo-client.exe bus-listener.exe
-DISTCLEANFILES=$(NOINST_EXES)
+DISTCLEANFILES=$(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
 
 all: $(NOINST_EXES)
 



More information about the dbus-commit mailing list