]> err.no Git - varnish/commitdiff
Move setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck...
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jun 2008 08:21:42 +0000 (08:21 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jun 2008 08:21:42 +0000 (08:21 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2783 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnish/Makefile.am

index 61d82cc55fc855ed582f85f19e65be3093efd13c..a32d7ce2ac4d0cd93f71df3fb2c28679ee9f27d0 100644 (file)
@@ -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