dbus/mono Makefile.am,1.14,1.15

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


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

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/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am	12 Jan 2005 17:31:08 -0000	1.14
+++ Makefile.am	12 Jan 2005 22:48:20 -0000	1.15
@@ -57,7 +57,7 @@
 	$(CSC) --debug --unsafe --target exe -L . -r dbus-sharp.dll -pkg:gtk-sharp -o test-dbus-sharp.exe $(TEST_DBUS_SHARP_FILES)
 
 clean:
-	rm -f $(TARGET) $(NOINST_EXES)
+	rm -f $(TARGET) $(TARGET).mdb $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
 
 install-data-local:
 	@if test -n '$(TARGET)'; then                       \



More information about the dbus-commit mailing list