From d6b4de083f993c897d8672e8ac2c3b82fcee1c77 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 8 Apr 2016 20:32:40 +0100 Subject: checksrc: Fix issue with the autobuilds not picking up the whitelist --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index c5a4cc3e7..f3f56a05e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -146,7 +146,7 @@ libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) libcurlu_la_SOURCES = $(CSOURCES) $(HHEADERS) checksrc: - @PERL@ $(top_srcdir)/lib/checksrc.pl -W$(top_srcdir)/lib/curl_config.h $(top_srcdir)/lib/*.[ch] $(top_srcdir)/lib/vauth/*.[ch] $(top_srcdir)/lib/vtls/*.[ch] + @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/lib -Wcurl_config.h *.[ch] vauth/*.[ch] vtls/*.[ch] if CURLDEBUG # for debug builds, we scan the sources on all regular make invokes -- cgit v1.2.3