]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
examples/libtest: add .checksrc to dist
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Dec 2020 08:40:25 +0000 (09:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Dec 2020 16:06:06 +0000 (17:06 +0100)
... so that (auto)builds from tarballs also get the correct instructions.

Fixes #6176
Closes #6353

docs/examples/Makefile.am
tests/libtest/Makefile.am

index b0012aefb768d674608328eb6c8cf73c508124f0..1da1e8dfd43ed3f7413521f8ac85330a9ce70331 100644 (file)
@@ -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
index 4011e35ff7edd87c2928bfa97f035561ffa3b454..82c3adef5bb56a8274236ee2dd5bf2ab7988281b 100644 (file)
@@ -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@