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-4.9.8~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5d321ea3252d1f3f0e1960d2c6a55615f84182;p=thirdparty%2Fpdns.git Add views.hh to pdns_recursor_SOURCES --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index dc30a296c0..c537eb7d7c 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -212,6 +212,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 \