diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-04-08 20:22:14 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-04-08 20:22:14 +0100 |
commit | 52cfc957cf325322c5a7ef10786616a59bec2fc3 (patch) | |
tree | 6c17209f5f2e375980f7a676b79d886dfd8b5fba /lib/Makefile.am | |
parent | 9d89a038729b6b393784bea54cc90fd635fe2885 (diff) | |
download | curl-52cfc957cf325322c5a7ef10786616a59bec2fc3.tar.gz |
checksrc: Added missing vauth and vtls directories
Diffstat (limited to 'lib/Makefile.am')
-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 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 |