r3200 - trunk/varnish-cache/bin

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Sep 18 15:23:34 CEST 2008


Author: tfheen
Date: 2008-09-18 15:23:34 +0200 (Thu, 18 Sep 2008)
New Revision: 3200

Modified:
   trunk/varnish-cache/bin/Makefile.am
Log:
varnishtest does not need ncurses


Modified: trunk/varnish-cache/bin/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/Makefile.am	2008-09-18 13:16:09 UTC (rev 3199)
+++ trunk/varnish-cache/bin/Makefile.am	2008-09-18 13:23:34 UTC (rev 3200)
@@ -1,7 +1,7 @@
 # $Id$
 
-SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay
+SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay varnishtest
 
 if HAVE_CURSES
-SUBDIRS += varnishhist varnishstat varnishtop varnishtest
+SUBDIRS += varnishhist varnishstat varnishtop
 endif




More information about the varnish-commit mailing list