diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-09-13 11:24:07 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-09-13 11:33:54 +0100 |
commit | 1d2ffb47125700c6c6a9371794490cc4b011dbde (patch) | |
tree | 74943afdbae4c1a3a5c9fd16be5379b488bfdba4 /Makefile.am | |
parent | 88e925f3f5fbba9fa5c135f20288fe1018344d4e (diff) | |
download | curl-1d2ffb47125700c6c6a9371794490cc4b011dbde.tar.gz |
build: Added batch wrapper to checksrc.pl
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 847782539..e66b2361d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ VC12_SRCVCXPROJ_DEPS = $(VC12_SRCTMPL) Makefile.am src/Makefile.inc VC_DIST = projects/README \ projects/build-openssl.bat \ + projects/checksrc.bat \ projects/Windows/VC6/curl.dsw \ projects/Windows/VC6/lib/libcurl.dsw $(VC6_LIBDSP) \ projects/Windows/VC6/src/curlsrc.dsw $(VC6_SRCDSP) \ |