From 63605d281f804382d2bd2d8655d73e188c12e071 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 20 Jan 2013 04:17:11 +0100 Subject: Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables --- tests/unit/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/Makefile.inc') diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc index c6d9d28c4..20835d709 100644 --- a/tests/unit/Makefile.inc +++ b/tests/unit/Makefile.inc @@ -1,8 +1,8 @@ # these files are used in every single unit test program UNITFILES = curlcheck.h \ - $(top_srcdir)/tests/libtest/test.h \ - $(top_srcdir)/tests/libtest/first.c + ../libtest/test.h \ + ../libtest/first.c # These are all unit test programs UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \ -- cgit v1.2.3