From: Remi Gacogne Date: Tue, 3 Feb 2026 09:53:48 +0000 (+0100) Subject: dnsdist: Fix files order in the ipcrypt2 Makefile X-Git-Tag: rec-5.5.0-alpha0~31^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb6ed2508d72c9f1d658b33b724ef856ee033a8;p=thirdparty%2Fpdns.git dnsdist: Fix files order in the ipcrypt2 Makefile Signed-off-by: Remi Gacogne --- diff --git a/ext/ipcrypt2/Makefile.am b/ext/ipcrypt2/Makefile.am index ed31f056b8..0063add427 100644 --- a/ext/ipcrypt2/Makefile.am +++ b/ext/ipcrypt2/Makefile.am @@ -5,5 +5,5 @@ noinst_LTLIBRARIES = libipcrypt2.la libipcrypt2_la_SOURCES = \ include/ipcrypt2.h \ - softaes/untrinsics.h \ - ipcrypt2.c + ipcrypt2.c \ + softaes/untrinsics.h