diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-05 10:36:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-05 14:20:51 +0200 |
commit | 47645f45da29d86865275eacf05b524009902729 (patch) | |
tree | 53dc0104823bcda4e5960e54256331a12246d526 /lib | |
parent | 182c272133c803428af64b4cde3ad6dcc041f4b8 (diff) |
lib/Makefile.am: make checksrc run in vquic too
Diffstat (limited to 'lib')
-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 b5551e413..839751edf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 |