From: Ensar Sarajčić Date: Wed, 5 Feb 2025 14:46:20 +0000 (+0100) Subject: Fix typo in `dnsdist` makefile X-Git-Tag: dnsdist-2.0.0-alpha1~111^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95fb88b359beb49992c2a0808793c264096d2853;p=thirdparty%2Fpdns.git Fix typo in `dnsdist` makefile Co-authored-by: Miod Vallat --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index e8225d954b..fe8185fa83 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -287,7 +287,7 @@ dnsdist_SOURCES = \ proxy-protocol.cc proxy-protocol.hh \ qtype.cc qtype.hh \ remote_logger.cc remote_logger.hh \ - remote_logger_pool.cc remote_loggerpool.hh \ + remote_logger_pool.cc remote_logger_pool.hh \ sholder.hh \ snmp-agent.cc snmp-agent.hh \ sstuff.hh \