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
commit026615b26fa613d68db60aa39b03b7c4e7a5ebea (patch)
tree7f9ee87cf42c253ca9d87b85a2f3d0c3c2e119ca
parent8fe9035a83bf678ee65e674f55aaaa68f66d9730 (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 0b52050..15e00b3 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -57,7 +57,7 @@ test-dbus-sharp.exe: $(TEST_DBUS_SHARP_FILES)
$(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 \
diff --git a/mono/example/Makefile.am b/mono/example/Makefile.am
index 60a5aaf..7b37ffb 100644
--- a/mono/example/Makefile.am
+++ b/mono/example/Makefile.am
@@ -14,7 +14,7 @@ bus-listener.exe: BusListener.cs
clean:
- rm -f $(NOINST_EXES)
+ rm -f $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
install: all