From: Dave Hart Date: Wed, 23 Feb 2011 20:34:51 +0000 (+0000) Subject: Fix make distcheck failure seen on psp-deb1 by distributing X-Git-Tag: NTP_4_2_7P134~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811731447075a8b6eca212f7d299a29cadd1024b;p=thirdparty%2Fntp.git Fix make distcheck failure seen on psp-deb1 by distributing sntp/tests/data files individually by name rather than listing "data". bk: 4d656f6bcbbvPB6gxs8SRfrnTHPrCA --- diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index 910a95ccd..5ccee063e 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -43,7 +43,22 @@ noinst_HEADERS = \ dist_check_SCRIPTS = test-driver -EXTRA_DIST = data +EXTRA_DIST = \ + data/debug-input-lfp-bin \ + data/debug-input-lfp-dec \ + data/debug-input-lfp-hex \ + data/debug-input-pkt \ + data/key-test-ascii \ + data/key-test-comments \ + data/key-test-empty \ + data/key-test-hex \ + data/key-test-invalid-hex \ + data/kod-expected-multiple \ + data/kod-expected-single \ + data/kod-test-blanks \ + data/kod-test-correct \ + data/kod-test-empty \ + $(NULL) CLEANFILES = \ data/kod-output-multiple \