2005-01-12 Joe Shaw <joeshaw@novell.com>
authorJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:52:34 +0000 (22:52 +0000)
committerJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:52:34 +0000 (22:52 +0000)
* mono/Makefile.am, mono/example/Makefile.am: Always build the
dbus DLL with --debug.  Clean up after the .mdb files this leaves
behind.

mono/Makefile.am
mono/example/Makefile.am

index 15e00b3..0a53f74 100644 (file)
@@ -46,7 +46,7 @@ TEST_DBUS_SHARP_FILES=Test.cs
 
 ASSEMBLY=$(ASSEMBLY_NAME).dll
 
-DISTCLEANFILES=AssemblyInfo.cs $(ASSEMBLY).config $(ASSEMBLY)
+DISTCLEANFILES=AssemblyInfo.cs $(ASSEMBLY).config $(ASSEMBLY) $(ASSEMBLY).mdb
 
 all-am: $(TARGET)
 
index 7b37ffb..9a8ed68 100644 (file)
@@ -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)