From: Remi Gacogne Date: Tue, 26 Jan 2021 08:44:11 +0000 (+0100) Subject: dnsdist: Fix source files order in Makefile.am X-Git-Tag: dnsdist-1.6.0-alpha1~15^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9998%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix source files order in Makefile.am --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 06586f494b..ad1576fc6f 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -204,8 +204,8 @@ dnsdist_SOURCES = \ snmp-agent.cc snmp-agent.hh \ sodcrypto.cc sodcrypto.hh \ sstuff.hh \ - statnode.cc statnode.hh \ stat_t.hh \ + statnode.cc statnode.hh \ svc-records.cc svc-records.hh \ tcpiohandler-mplexer.hh \ tcpiohandler.cc tcpiohandler.hh \ @@ -258,8 +258,8 @@ testrunner_SOURCES = \ sholder.hh \ sodcrypto.cc \ sstuff.hh \ - statnode.cc statnode.hh \ stat_t.hh \ + statnode.cc statnode.hh \ svc-records.cc svc-records.hh \ test-base64_cc.cc \ test-delaypipe_hh.cc \