]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDave Hart <hart@ntp.org>
Thu, 4 Nov 2010 02:24:39 +0000 (02:24 +0000)
committerDave Hart <hart@ntp.org>
Thu, 4 Nov 2010 02:24:39 +0000 (02:24 +0000)
  move test-driver from EXTRA_DIST to noinst_check_SCRIPTS

bk: 4cd21967sWi-E8aIIuKxdKhsGtrOLg

sntp/tests/Makefile.am

index 50ee73830f58c993a9583deda9c0881d4dc258ca..eb983773bef97e9faf9100583482c21ca6a3d5e9 100644 (file)
@@ -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        \