From d4cd065a24fea7fd0270a2eb102f40a06309703a Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 4 Mar 2024 10:24:53 +0100 Subject: [PATCH] Add missing views.hh reference in the Makefiles --- pdns/Makefile.am | 1 + pdns/dnsdistdist/Makefile.am | 1 + pdns/recursordist/Makefile.am | 1 + 3 files changed, 3 insertions(+) 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 \ -- 2.47.2