From: Pieter Lexis Date: Thu, 31 Mar 2016 09:17:59 +0000 (+0200) Subject: dnsdist: allow building with `make dnsdist` X-Git-Tag: dnsdist-1.0.0-beta1~14^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca9836cb76aa07ddc1a2c30504c5b572ada6ab8b;p=pdns dnsdist: allow building with `make dnsdist` --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 33937c9df..fc496f1c0 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 \