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 /tests | |
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 'tests')
-rw-r--r-- | tests/libtest/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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@ |