From 3151c6e9ff8523536191223304f773c556896bad Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 18 Sep 2008 13:23:34 +0000 Subject: [PATCH] varnishtest does not need ncurses git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3200 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/Makefile.am b/varnish-cache/bin/Makefile.am index acb70f3a..d123d6e2 100644 --- a/varnish-cache/bin/Makefile.am +++ b/varnish-cache/bin/Makefile.am @@ -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 -- 2.39.5