From: Remi Gacogne Date: Mon, 4 Mar 2024 09:24:53 +0000 (+0100) Subject: Add missing views.hh reference in the Makefiles X-Git-Tag: dnsdist-1.10.0-alpha0~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cd065a24fea7fd0270a2eb102f40a06309703a;p=thirdparty%2Fpdns.git Add missing views.hh reference in the Makefiles --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 263bf3cd01..bee1d58ef0 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -287,6 +287,7 @@ pdns_server_SOURCES = \ utility.hh \ uuid-utils.hh uuid-utils.cc \ version.cc version.hh \ + views.hh \ webserver.cc webserver.hh \ ws-api.cc ws-api.hh \ ws-auth.cc ws-auth.hh \ diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 68ab167dcf..faaeefd379 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -256,6 +256,7 @@ dnsdist_SOURCES = \ tcpiohandler.cc tcpiohandler.hh \ threadname.hh threadname.cc \ uuid-utils.hh uuid-utils.cc \ + views.hh \ xpf.cc xpf.hh \ xsk.cc xsk.hh diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 2819adac31..9bb7056949 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -218,6 +218,7 @@ pdns_recursor_SOURCES = \ uuid-utils.hh uuid-utils.cc \ validate.cc validate.hh validate-recursor.cc validate-recursor.hh \ version.cc version.hh \ + views.hh \ webserver.cc webserver.hh \ ws-api.cc ws-api.hh \ ws-recursor.cc ws-recursor.hh \