From: Joe Shaw Date: Wed, 12 Jan 2005 22:48:20 +0000 (+0000) Subject: 2005-01-12 Joe Shaw X-Git-Tag: dbus-0.23~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6adffbbcf4eecd43177a05fb3b6624877a0f4ea;p=thirdparty%2Fdbus.git 2005-01-12 Joe Shaw * mono/Makefile.am, mono/example/Makefile.am: Always build the dbus DLL with --debug. Clean up after the .mdb files this leaves behind. --- diff --git a/ChangeLog b/ChangeLog index e58d262ae..2a67d53f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,12 @@ 2005-01-12 Joe Shaw + * 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. diff --git a/mono/Makefile.am b/mono/Makefile.am index 0b52050b0..15e00b3b3 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 60a5aaf43..7b37ffbc7 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