1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

lib/Makefile.am: make checksrc run in vquic too

This commit is contained in:
Daniel Stenberg 2019-08-05 10:36:29 +02:00
parent 182c272133
commit 47645f45da
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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