aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-08 20:32:40 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-08 20:32:40 +0100
commitd6b4de083f993c897d8672e8ac2c3b82fcee1c77 (patch)
tree38399ebb936db38bfa2a6870b9ee298ee10f316f
parent52cfc957cf325322c5a7ef10786616a59bec2fc3 (diff)
downloadgnurl-d6b4de083f993c897d8672e8ac2c3b82fcee1c77.tar.gz
gnurl-d6b4de083f993c897d8672e8ac2c3b82fcee1c77.tar.bz2
gnurl-d6b4de083f993c897d8672e8ac2c3b82fcee1c77.zip
checksrc: Fix issue with the autobuilds not picking up the whitelist
-rw-r--r--lib/Makefile.am2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/src/Makefile.am b/src/Makefile.am
index aa8a7154a..fa6833167 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -130,7 +130,7 @@ endif
# ignore tool_hugehelp.c since it is generated source code and it plays
# by slightly different rules!
checksrc:
- @@PERL@ $(top_srcdir)/lib/checksrc.pl -W$(top_srcdir)/src/tool_hugehelp.c $(top_srcdir)/src/*.[ch]
+ @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Wtool_hugehelp.c *.[ch]
if CURLDEBUG
# for debug builds, we scan the sources on all regular make invokes