r2783 - trunk/varnish-cache/lib/libvarnish

tfheen at projects.linpro.no tfheen at projects.linpro.no
Tue Jun 24 10:21:43 CEST 2008


Author: tfheen
Date: 2008-06-24 10:21:42 +0200 (Tue, 24 Jun 2008)
New Revision: 2783

Modified:
   trunk/varnish-cache/lib/libvarnish/Makefile.am
Log:
Move setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck happy

Modified: trunk/varnish-cache/lib/libvarnish/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvarnish/Makefile.am	2008-06-24 08:18:10 UTC (rev 2782)
+++ trunk/varnish-cache/lib/libvarnish/Makefile.am	2008-06-24 08:21:42 UTC (rev 2783)
@@ -24,9 +24,10 @@
 
 libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM}
 
+
+if ENABLE_TESTS
 TESTS = num_c_test
 
-if ENABLE_TESTS
 noinst_PROGRAMS = ${TESTS}
 
 num_c_test_SOURCES = num.c




More information about the varnish-commit mailing list