From c6adffbbcf4eecd43177a05fb3b6624877a0f4ea Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 12 Jan 2005 22:48:20 +0000 Subject: 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/example/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mono/example') diff --git a/mono/example/Makefile.am b/mono/example/Makefile.am index 60a5aaf4..7b37ffbc 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 -- cgit