From: Remi Gacogne Date: Sat, 22 Oct 2022 14:59:22 +0000 (+0200) Subject: rec: Add missing channel.cc and channel.hh symbolic links X-Git-Tag: rec-5.0.0-alpha1~161^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb22687528aa8ab33543860ff03968f04a5a09cb;p=thirdparty%2Fpdns.git rec: Add missing channel.cc and channel.hh symbolic links --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index dc30a296c0..ac6a44ea47 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -108,6 +108,7 @@ pdns_recursor_SOURCES = \ burtle.hh \ cachecleaner.hh \ capabilities.cc capabilities.hh \ + channel.cc channel.hh \ circular_buffer.hh \ comment.hh \ credentials.cc credentials.hh \ diff --git a/pdns/recursordist/channel.cc b/pdns/recursordist/channel.cc new file mode 120000 index 0000000000..54617106c4 --- /dev/null +++ b/pdns/recursordist/channel.cc @@ -0,0 +1 @@ +../channel.cc \ No newline at end of file diff --git a/pdns/recursordist/channel.hh b/pdns/recursordist/channel.hh new file mode 120000 index 0000000000..799a313ab8 --- /dev/null +++ b/pdns/recursordist/channel.hh @@ -0,0 +1 @@ +../channel.hh \ No newline at end of file