summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joe@novell.com>2005-01-12 22:48:20 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:40 -0400
commitc8701f129fdc6f6c2a223e3f08b50de4d6dc91df (patch)
treee570edf0237c373978fe7d2e8a8bc5b0dcfa090a
parent026615b26fa613d68db60aa39b03b7c4e7a5ebea (diff)
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.
-rw-r--r--mono/Makefile.am2
-rw-r--r--mono/example/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 15e00b3..0a53f74 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -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)
diff --git a/mono/example/Makefile.am b/mono/example/Makefile.am
index 7b37ffb..9a8ed68 100644
--- a/mono/example/Makefile.am
+++ b/mono/example/Makefile.am
@@ -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)