aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-19 08:48:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-19 08:56:06 +0200
commita07727005a14e97c79c4a029db4569cd142fb5c6 (patch)
tree63b2c70734d45753d26ad471265f0187a80929ef /tests/unit/Makefile.am
parent5470c86845d86aa061a097af6c0d674c54a0724b (diff)
make/checksrc: use $srcdir, not $top_srcdir
Diffstat (limited to 'tests/unit/Makefile.am')
-rw-r--r--tests/unit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am
index 1ce798bee..d4987d69d 100644
--- a/tests/unit/Makefile.am
+++ b/tests/unit/Makefile.am
@@ -72,7 +72,7 @@ AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS
include Makefile.inc
checksrc:
- @PERL@ $(top_srcdir)/lib/checksrc.pl $(top_srcdir)/tests/unit/*.c
+ @PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
if BUILD_UNITTESTS
noinst_PROGRAMS = $(UNITPROGS)