mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
lib/Makefile.am: make checksrc run in vquic too
This commit is contained in:
parent
182c272133
commit
47645f45da
@ -138,7 +138,7 @@ CS_ = $(CS_0)
|
|||||||
|
|
||||||
checksrc:
|
checksrc:
|
||||||
$(CHECKSRC)(@PERL@ $(srcdir)/checksrc.pl -D$(srcdir) -W$(srcdir)/curl_config.h \
|
$(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
|
if CURLDEBUG
|
||||||
# for debug builds, we scan the sources on all regular make invokes
|
# for debug builds, we scan the sources on all regular make invokes
|
||||||
|
Loading…
Reference in New Issue
Block a user