diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-04-08 20:32:40 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-04-08 20:32:40 +0100 |
commit | d6b4de083f993c897d8672e8ac2c3b82fcee1c77 (patch) | |
tree | 38399ebb936db38bfa2a6870b9ee298ee10f316f /lib | |
parent | 52cfc957cf325322c5a7ef10786616a59bec2fc3 (diff) |
checksrc: Fix issue with the autobuilds not picking up the whitelist
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |