From: Daniel Stenberg Date: Mon, 21 Dec 2020 08:40:25 +0000 (+0100) Subject: examples/libtest: add .checksrc to dist X-Git-Tag: curl-7_75_0~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a93c647de8634ddf958e075e0649182f349441b6;p=thirdparty%2Fcurl.git examples/libtest: add .checksrc to dist ... so that (auto)builds from tarballs also get the correct instructions. Fixes #6176 Closes #6353 --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index b0012aefb7..1da1e8dfd4 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 4011e35ff7..82c3adef5b 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@