From c4381b41fb765b14d03c2e974f7cd09e19fdc632 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 15 Jun 2008 10:50:15 +0000 Subject: [PATCH] put varnishtest under auto* control git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2670 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/Makefile.am | 2 +- varnish-cache/bin/varnishtest/Makefile.am | 17 +++++++++++++++++ varnish-cache/configure.ac | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 varnish-cache/bin/varnishtest/Makefile.am diff --git a/varnish-cache/bin/Makefile.am b/varnish-cache/bin/Makefile.am index 2a7a646d..acb70f3a 100644 --- a/varnish-cache/bin/Makefile.am +++ b/varnish-cache/bin/Makefile.am @@ -3,5 +3,5 @@ SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay if HAVE_CURSES -SUBDIRS += varnishhist varnishstat varnishtop +SUBDIRS += varnishhist varnishstat varnishtop varnishtest endif diff --git a/varnish-cache/bin/varnishtest/Makefile.am b/varnish-cache/bin/varnishtest/Makefile.am new file mode 100644 index 00000000..2d1a5e17 --- /dev/null +++ b/varnish-cache/bin/varnishtest/Makefile.am @@ -0,0 +1,17 @@ +# $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 diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index f3f0457c..4ad2e741 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -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 -- 2.39.5