From 1f8b930e3d2d2c8eaba98d931d77b8ebb5466c32 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 17 Feb 2021 10:52:31 +0100 Subject: [PATCH] fix Makefile _SOURCES order --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2