diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 20:32:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:38:36 +0200 |
commit | 0c6204a51f1385be37bb6b985fcbd8bf926776bf (patch) | |
tree | 6c9af7416c2ae73bc6c66b1fb3c9d2fdf2d58743 /Makefile.am | |
parent | a332c4f769dc25bdc57ebb88bccef03d7ca6b258 (diff) | |
download | curl-0c6204a51f1385be37bb6b985fcbd8bf926776bf.tar.gz |
root/make: have checksrc run in include/curl too
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6a6186906..561421c8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -283,6 +283,7 @@ checksrc: cd lib && $(MAKE) checksrc cd src && $(MAKE) checksrc cd tests && $(MAKE) checksrc + cd include/curl && $(MAKE) checksrc .PHONY: vc-ide |