]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix source files order in Makefile.am 9998/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 26 Jan 2021 08:44:11 +0000 (09:44 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 26 Jan 2021 08:44:11 +0000 (09:44 +0100)
pdns/dnsdistdist/Makefile.am

index 06586f494b7b99ecb7f769112e919ec81dc06403..ad1576fc6f7b176580344422a0c33e32c3af2610 100644 (file)
@@ -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 \