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

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

index e58d262ae0d7723a115439f75c6033bafb6e39e2..2a67d53f859a903ae65c53ff9b7750e944c886dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
 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.
+
        * mono/doc/Makefile.am: Need to uninstall the docs on "make
        uninstall"
 
-       * mono/Makefile.am, mono/example/Makefile.am: Always build the 
-       dbus DLL with --debug.
-
        * mono/Arguments.cs (GetDBusTypeConstructor): If the type
        is an enum, get the enum's underlying type.  Another mono
        1.1.3 fix.
index 0b52050b04856226c8f8d6d633c04d151ac9cc36..15e00b3b3395e5b986ae61de001319e6b6493553 100644 (file)
@@ -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                       \
index 60a5aaf43021fddba27503b87d0ff9adf2dcc808..7b37ffbc7329d4473fcca4ebb7e908a19d85b0d0 100644 (file)
@@ -14,7 +14,7 @@ bus-listener.exe: BusListener.cs
 
 
 clean:
-       rm -f $(NOINST_EXES)
+       rm -f $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
 
 install: all