Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
svn path=/trunk/debugger/; revision=10666
  • Loading branch information
Martin Baulig committed Jan 18, 2003
1 parent fc6d2dc commit 1cc77f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Makefile.am
Expand Up @@ -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 \
Expand All @@ -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

0 comments on commit 1cc77f6

Please sign in to comment.