Commit d854b4a0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

put varnishtest under auto* control



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2670 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 296d2855
......@@ -3,5 +3,5 @@
SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay
if HAVE_CURSES
SUBDIRS += varnishhist varnishstat varnishtop
SUBDIRS += varnishhist varnishstat varnishtop varnishtest
endif
# $Id$
INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishtest
varnishtest_SOURCES = \
vtc.c \
vtc_client.c \
vtc_server.c \
vtc_stats.c \
vtc_varnish.c \
vtc_vcl.c
varnishtest_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la
......@@ -315,6 +315,7 @@ AC_CONFIG_FILES([
bin/varnishncsa/Makefile
bin/varnishreplay/Makefile
bin/varnishstat/Makefile
bin/varnishtest/Makefile
bin/varnishtop/Makefile
doc/Makefile
etc/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment