From 1cc77f6426c25985fac9f7d81a5e4ff3577f2df9 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 18 Jan 2003 14:57:11 +0000 Subject: [PATCH] Small fix. svn path=/trunk/debugger/; revision=10666 --- lib/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 241c7b5f..b3e8c20d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -52,7 +52,7 @@ INTERPRETER_DEPS = \ -r Mono.Debugger.dll \ -r Mono.Debugger.Backend.dll -GUIDIR=../frontends/gui +GUIDIR = @top_srcdir@/frontends/gui RESOURCES = \ -resource:$(GUIDIR)/debugger.glade,debugger.glade \ -resource:$(GUIDIR)/mono.png,mono.png \ @@ -71,5 +71,5 @@ Debugger.exe: $(ALL_SRCLIST) Mono.Debugger.dll Mono.Debugger.Backend.dll Interpreter.exe: $(INTERPRETER_SRCLIST) Mono.Debugger.dll Mono.Debugger.Backend.dll $(MCS) -o Interpreter.exe $(INTERPRETER_DEPS) $(INTERPRETER_SRCLIST) $(MCS_FLAGS) -clean: - rm -f *.exe *.dll +CLEANFILES = *.exe *.dll +