Fix compiling with OBJDIR

This commit is contained in:
Pierre Pronchery 2015-05-25 17:28:47 +02:00
parent dc44ca0c32
commit d80c94ceb8
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ type=binary
sources=widget.c
[widget.c]
depends=../src/libDesktop.a
depends=$(OBJDIR)../src/libDesktop.a

View File

@ -11,4 +11,4 @@ type=binary
sources=widget.c
[widget.c]
depends=../src/libDesktop.a
depends=$(OBJDIR)../src/libDesktop.a