From: Otto Moerbeek Date: Thu, 4 Jul 2024 07:19:07 +0000 (+0200) Subject: Add views.hh to pdns_recursor_SOURCES X-Git-Tag: rec-5.0.8~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14415%2Fhead;p=thirdparty%2Fpdns.git Add views.hh to pdns_recursor_SOURCES --- 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 \