From ce11956e45ca9d14173c5d9ecd96e62f354d5979 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 12 Jan 2005 22:52:34 +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 7b37ffbc..9a8ed68e 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) -- cgit