From ae01be56648b8266779f98d00a627f2634bce14d Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 24 Jun 2008 08:21:42 +0000 Subject: [PATCH] Move setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck happy git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2783 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnish/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/varnish-cache/lib/libvarnish/Makefile.am b/varnish-cache/lib/libvarnish/Makefile.am index 61d82cc5..a32d7ce2 100644 --- a/varnish-cache/lib/libvarnish/Makefile.am +++ b/varnish-cache/lib/libvarnish/Makefile.am @@ -24,9 +24,10 @@ libvarnish_la_SOURCES = \ libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM} -TESTS = num_c_test if ENABLE_TESTS +TESTS = num_c_test + noinst_PROGRAMS = ${TESTS} num_c_test_SOURCES = num.c -- 2.39.5