From: tfheen Date: Tue, 24 Jun 2008 08:21:42 +0000 (+0000) Subject: Move setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae01be56648b8266779f98d00a627f2634bce14d;p=varnish 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 --- 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