From: Remi Gacogne Date: Tue, 10 Nov 2020 10:43:21 +0000 (+0100) Subject: dnsdist: Fix the sorting of dnsdist's source files in Makefile.am X-Git-Tag: auth-4.5.0-alpha0~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31a18a0393277e468d0a7d5a1adc37ac98187ca;p=thirdparty%2Fpdns.git dnsdist: Fix the sorting of dnsdist's source files in Makefile.am --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index ca5a079395..15fc370662 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -149,7 +149,7 @@ dnsdist_SOURCES = \ dnsdist-lua-rules.cc \ dnsdist-lua-vars.cc \ dnsdist-lua-web.cc \ - dnsdist-lua.hh dnsdist-lua.cc \ + dnsdist-lua.cc dnsdist-lua.hh \ dnsdist-prometheus.hh \ dnsdist-protobuf.cc dnsdist-protobuf.hh \ dnsdist-proxy-protocol.cc dnsdist-proxy-protocol.hh \ @@ -158,9 +158,9 @@ dnsdist_SOURCES = \ dnsdist-secpoll.cc dnsdist-secpoll.hh \ dnsdist-snmp.cc dnsdist-snmp.hh \ dnsdist-systemd.cc dnsdist-systemd.hh \ - dnsdist-tcp.cc \ dnsdist-tcp-downstream.cc dnsdist-tcp-downstream.hh \ dnsdist-tcp-upstream.hh \ + dnsdist-tcp.cc \ dnsdist-web.cc dnsdist-web.hh \ dnsdist-xpf.cc dnsdist-xpf.hh \ dnsdist.cc dnsdist.hh \ @@ -201,8 +201,8 @@ dnsdist_SOURCES = \ sstuff.hh \ statnode.cc statnode.hh \ svc-records.cc svc-records.hh \ - tcpiohandler.cc tcpiohandler.hh \ tcpiohandler-mplexer.hh \ + tcpiohandler.cc tcpiohandler.hh \ threadname.hh threadname.cc \ uuid-utils.hh uuid-utils.cc \ views.hh \