From ca9836cb76aa07ddc1a2c30504c5b572ada6ab8b Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 31 Mar 2016 11:17:59 +0200 Subject: [PATCH] dnsdist: allow building with `make dnsdist` --- pdns/dnsdistdist/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 33937c9dfb..fc496f1c0a 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -47,6 +47,8 @@ else bin_PROGRAMS = dnsdist endif +dnsdist-web.$(OBJEXT): htmlfiles.h + dnsdist_SOURCES = \ base64.hh \ dns.cc dns.hh \ -- 2.47.2