From: tfheen Date: Thu, 18 Sep 2008 13:23:34 +0000 (+0000) Subject: varnishtest does not need ncurses X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3151c6e9ff8523536191223304f773c556896bad;p=varnish varnishtest does not need ncurses git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3200 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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