From e40681530d832159ede3815ae3de74f3b98523bd Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 26 Jan 2021 09:44:11 +0100 Subject: [PATCH] dnsdist: Fix source files order in Makefile.am --- pdns/dnsdistdist/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.47.2