From d21432830017b95db552f6e44d3bc3bcf452654f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 11 Apr 2016 12:52:22 +0200 Subject: [PATCH] dnsdist: do not install the testrunner --- pdns/dnsdistdist/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index fc496f1c0a..3af60a85ad 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -41,10 +41,10 @@ EXTRA_DIST=dnslabeltext.rl \ incfiles \ src_js -if UNIT_TESTS -bin_PROGRAMS = dnsdist testrunner -else bin_PROGRAMS = dnsdist + +if UNIT_TESTS +noinst_PROGRAMS = testrunner endif dnsdist-web.$(OBJEXT): htmlfiles.h -- 2.47.2