tests/Makefile.am: fix 'checksrc' target

Skip the http and client subdirs as they contain no code to check. The
http clients are in libtests/ now.

Closes #19376
This commit is contained in:
Daniel Stenberg 2025-11-05 15:16:00 +01:00
parent e6e1899b6e
commit d7d4de07c2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -178,8 +178,6 @@ checksrc:
(cd unit && $(MAKE) checksrc)
(cd tunit && $(MAKE) checksrc)
(cd server && $(MAKE) checksrc)
(cd client && $(MAKE) checksrc)
(cd http && $(MAKE) checksrc)
all-local: $(MANFILES) build-certs