]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix files order in the ipcrypt2 Makefile
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 3 Feb 2026 09:53:48 +0000 (10:53 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 3 Feb 2026 11:41:48 +0000 (12:41 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
ext/ipcrypt2/Makefile.am

index ed31f056b8e20a65febce8c143b1371fc883d7da..0063add42752d83551c97b1e9711e29c00ee8219 100644 (file)
@@ -5,5 +5,5 @@ noinst_LTLIBRARIES = libipcrypt2.la
 
 libipcrypt2_la_SOURCES = \
        include/ipcrypt2.h \
-       softaes/untrinsics.h \
-       ipcrypt2.c
+       ipcrypt2.c \
+       softaes/untrinsics.h