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 09:40:25 +0100
commit89b5f751c5b8db9c56ef0c3f20eafe965b029b5a (patch)
tree0c83c6f840dab51c2c71e296d3d9550f069f158d
parente1a4647a42b901d88f9629ce98ff56960e342a74 (diff)
downloadcurl-89b5f751c5b8db9c56ef0c3f20eafe965b029b5a.tar.gz
examples/libtest: add .checksrc to distbagder/dist-checksrc
... so that (auto)builds from tarballs also get the correct instructions. Fixes #6176
-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@