From: Dave Hart Date: Thu, 4 Nov 2010 02:24:39 +0000 (+0000) Subject: Makefile.am: X-Git-Tag: NTP_4_2_7P78~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa8f04d0de6b23de0bf29ddc73251cdff9101b8;p=thirdparty%2Fntp.git Makefile.am: move test-driver from EXTRA_DIST to noinst_check_SCRIPTS bk: 4cd21967sWi-E8aIIuKxdKhsGtrOLg --- diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index 50ee73830..eb983773b 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -33,9 +33,9 @@ noinst_HEADERS = sntptest.h \ fileHandlingTest.h \ $(NULL) -EXTRA_DIST = data \ - test-driver \ - $(NULL) +dist_check_SCRIPTS = test-driver + +EXTRA_DIST = data CLEANFILES = data/log-output-debug \ data/kod-output-multiple \