]> granicus.if.org Git - curl/commitdiff
checksrc: Added missing vauth and vtls directories
authorSteve Holme <steve_holme@hotmail.com>
Fri, 8 Apr 2016 19:22:14 +0000 (20:22 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 8 Apr 2016 19:22:14 +0000 (20:22 +0100)
lib/Makefile.am

index d74eb14ca8b738f49e1a661a6a888bb5587009a6..c5a4cc3e7ad706559d360393847425902c8eb10a 100644 (file)
@@ -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