diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-12-21 09:40:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-21 17:06:06 +0100 |
commit | a93c647de8634ddf958e075e0649182f349441b6 (patch) | |
tree | b61ec2347b0e1ecf510a03e92198d652631498f3 /docs | |
parent | 58c4b8d6360f3afedb43848be199be4d383f1894 (diff) | |
download | curl-a93c647de8634ddf958e075e0649182f349441b6.tar.gz |
examples/libtest: add .checksrc to dist
... so that (auto)builds from tarballs also get the correct instructions.
Fixes #6176
Closes #6353
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index b0012aefb..1da1e8dfd 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = README.md Makefile.example Makefile.inc Makefile.m32 \ - Makefile.netware makefile.dj $(COMPLICATED_EXAMPLES) + Makefile.netware makefile.dj $(COMPLICATED_EXAMPLES) .checksrc # Specify our include paths here, and do it relative to $(top_srcdir) and # $(top_builddir), to ensure that these paths which belong to the library |