summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-21 09:40:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-21 17:06:06 +0100
commita93c647de8634ddf958e075e0649182f349441b6 (patch)
treeb61ec2347b0e1ecf510a03e92198d652631498f3
parent58c4b8d6360f3afedb43848be199be4d383f1894 (diff)
downloadcurl-a93c647de8634ddf958e075e0649182f349441b6.tar.gz
examples/libtest: add .checksrc to dist
... so that (auto)builds from tarballs also get the correct instructions. Fixes #6176 Closes #6353
-rw-r--r--docs/examples/Makefile.am2
-rw-r--r--tests/libtest/Makefile.am4
2 files changed, 3 insertions, 3 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
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index 4011e35ff..82c3adef5 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -44,8 +44,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/lib
endif
-EXTRA_DIST = test307.pl test610.pl test613.pl test1013.pl \
- test1022.pl Makefile.inc notexists.pl CMakeLists.txt mk-lib1521.pl
+EXTRA_DIST = test307.pl test610.pl test613.pl test1013.pl test1022.pl \
+ Makefile.inc notexists.pl CMakeLists.txt mk-lib1521.pl .checksrc
CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@