mirror of
https://github.com/curl/curl.git
synced 2026-07-30 11:38:04 +03:00
lib/Makefile.am: make checksrc run in vquic too
This commit is contained in:
parent
182c272133
commit
47645f45da
1 changed files with 1 additions and 1 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)/*.[ch] $(srcdir)/vauth/*.[ch] $(srcdir)/vtls/*.[ch] $(srcdir)/vquic/*.[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