diff --git a/tests/project.conf b/tests/project.conf index a7708eb..31e29f9 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -13,7 +13,7 @@ dist=Makefile,applications/Root.desktop,applications/Widget.desktop,fixme.sh,htm [fixme.log] type=script script=./fixme.sh -depends=fixme.sh +depends=fixme.sh,$(OBJDIR)../src/libDesktop.a [htmllint.log] type=script @@ -26,7 +26,7 @@ sources=mimehandler.c depends=applications/Root.desktop,applications/Widget.desktop [mimehandler.c] -depends=../src/mimehandler.c +depends=../src/mimehandler.c,$(OBJDIR)../src/libDesktop.a [tests.log] type=script