mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:13:34 +03:00
vssh: create directory for SSH backend code
This commit is contained in:
parent
7c31a8980c
commit
5b2d703fe5
4 changed files with 5 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ CS_ = $(CS_0)
|
|||
|
||||
checksrc:
|
||||
$(CHECKSRC)(@PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \
|
||||
$(srcdir)/*.[ch] $(srcdir)/vauth/*.[ch] $(srcdir)/vtls/*.[ch] $(srcdir)/vquic/*.[ch])
|
||||
$(srcdir)/*.[ch] $(srcdir)/vauth/*.[ch] $(srcdir)/vtls/*.[ch] $(srcdir)/vquic/*.[ch] $(srcdir)/vssh/*.[ch])
|
||||
|
||||
if CURLDEBUG
|
||||
# for debug builds, we scan the sources on all regular make invokes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue