From: Charles-Henri Bruyand Date: Wed, 20 Sep 2023 09:50:54 +0000 (+0200) Subject: doq: fix Makefile.am sorting X-Git-Tag: rec-5.0.0-alpha2~6^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f8ef130de610b940f735720b0190c6f3f9b80d7;p=thirdparty%2Fpdns.git doq: fix Makefile.am sorting --- 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 \