From d225197ab406c550ed1cb72c4c98e2126cb7be25 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 4 Jul 2024 09:19:07 +0200 Subject: [PATCH] Add views.hh to pdns_recursor_SOURCES --- pdns/recursordist/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 8e9cc2320a..286091ea70 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -217,6 +217,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