]> err.no Git - varnish/commitdiff
varnishtest does not need ncurses
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 13:23:34 +0000 (13:23 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 13:23:34 +0000 (13:23 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3200 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/Makefile.am

index acb70f3a06b3aa3c8e88121ac1bdf844e5f3b890..d123d6e259a280fb66c2271d6160542079b44341 100644 (file)
@@ -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