]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Add missing channel.cc and channel.hh symbolic links
authorRemi Gacogne <remi.gacogne@powerdns.com>
Sat, 22 Oct 2022 14:59:22 +0000 (16:59 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 13 Jun 2023 07:59:39 +0000 (09:59 +0200)
pdns/recursordist/Makefile.am
pdns/recursordist/channel.cc [new symlink]
pdns/recursordist/channel.hh [new symlink]

index dc30a296c0b2a51ce45eab47e76b02351932830f..ac6a44ea4730e70e78186c7bd3433dae8614910f 100644 (file)
@@ -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 (symlink)
index 0000000..5461710
--- /dev/null
@@ -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 (symlink)
index 0000000..799a313
--- /dev/null
@@ -0,0 +1 @@
+../channel.hh
\ No newline at end of file