From e27fba584f5e3d0f88127de691a704e6b7516af2 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 25 May 2022 13:45:30 +0200 Subject: Added script to compare and verify the output of `make dist'. This fixes some build/test issues resulting when using tarballs. * nDPI uses autotools (especially autoconf) in a wrong way, see #1163 Signed-off-by: lns --- rrdtool/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rrdtool') diff --git a/rrdtool/Makefile.in b/rrdtool/Makefile.in index 2b7e615c1..fe585cfa0 100644 --- a/rrdtool/Makefile.in +++ b/rrdtool/Makefile.in @@ -21,6 +21,8 @@ distclean: clean /bin/rm -f Makefile distdir: + find . -type f -name '*.c' \ + -o -name '*.txt' | xargs -I'{}' cp '{}' '$(distdir)/{}' install: @echo -n "" -- cgit v1.2.3