From bb22687528aa8ab33543860ff03968f04a5a09cb Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Sat, 22 Oct 2022 16:59:22 +0200 Subject: [PATCH] rec: Add missing channel.cc and channel.hh symbolic links --- pdns/recursordist/Makefile.am | 1 + pdns/recursordist/channel.cc | 1 + pdns/recursordist/channel.hh | 1 + 3 files changed, 3 insertions(+) create mode 120000 pdns/recursordist/channel.cc create mode 120000 pdns/recursordist/channel.hh 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 -- 2.47.2