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 --- influxdb/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'influxdb') diff --git a/influxdb/Makefile.in b/influxdb/Makefile.in index 17ea45c53..45d326e32 100644 --- a/influxdb/Makefile.in +++ b/influxdb/Makefile.in @@ -18,6 +18,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