aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-08 20:22:14 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-08 20:22:14 +0100
commit52cfc957cf325322c5a7ef10786616a59bec2fc3 (patch)
tree6c17209f5f2e375980f7a676b79d886dfd8b5fba
parent9d89a038729b6b393784bea54cc90fd635fe2885 (diff)
checksrc: Added missing vauth and vtls directories
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d74eb14ca..c5a4cc3e7 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]
+ @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]
if CURLDEBUG
# for debug builds, we scan the sources on all regular make invokes