From 2f8ef130de610b940f735720b0190c6f3f9b80d7 Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Wed, 20 Sep 2023 11:50:54 +0200 Subject: [PATCH] doq: fix Makefile.am sorting --- pdns/dnsdistdist/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 411d338001..ad1519cdc5 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -211,8 +211,8 @@ dnsdist_SOURCES = \ dnstap.cc dnstap.hh \ dnswriter.cc dnswriter.hh \ doh.hh \ - doq.hh \ dolog.hh \ + doq.hh \ ednscookies.cc ednscookies.hh \ ednsoptions.cc ednsoptions.hh \ ednssubnet.cc ednssubnet.hh \ -- 2.47.2