diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-24 12:54:03 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-24 14:03:38 +0100 |
commit | 18c7084c7dd393f344cb4f4b9698264283d9353a (patch) | |
tree | 30656aee06fc41df7c587f78d35cd13289832e1f /packages | |
parent | 12144fdda8b71283845d60f506785cf3d0f531e0 (diff) | |
download | curl-18c7084c7dd393f344cb4f4b9698264283d9353a.tar.gz |
packages: add OS400/chkstrings.c to the dist
Reported-by: Jon Rumsey
Fixes #5142
Closes #5143
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Makefile.am b/packages/Makefile.am index 9a2af064d..bfa096be5 100644 --- a/packages/Makefile.am +++ b/packages/Makefile.am @@ -6,6 +6,7 @@ EXTRA_DIST = README \ OS400/README.OS400 \ OS400/ccsidcurl.c \ OS400/ccsidcurl.h \ + OS400/chkstrings.c \ OS400/curl.inc.in \ OS400/initscript.sh \ OS400/make-include.sh \ |