From: Peter van Dijk Date: Wed, 17 Feb 2021 09:52:31 +0000 (+0100) Subject: fix Makefile _SOURCES order X-Git-Tag: dnsdist-1.6.0-alpha2~34^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f8b930e3d2d2c8eaba98d931d77b8ebb5466c32;p=thirdparty%2Fpdns.git fix Makefile _SOURCES order --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2f7cd11533..975a129722 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -908,11 +908,11 @@ endif speedtest_SOURCES = \ base32.cc \ base64.cc base64.hh \ - dnssecinfra.cc dnssecinfra.hh \ dnslabeltext.cc \ dnsname.cc dnsname.hh \ dnsparser.cc dnsparser.hh \ dnsrecords.cc \ + dnssecinfra.cc dnssecinfra.hh \ dnswriter.cc dnswriter.hh \ iputils.cc \ logger.cc \