From 80ec6b9286be337191e614ab5e185545bed0d6a2 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 7 Jul 2025 16:52:33 +0200 Subject: Add missing loongarch64/opensslconf.h Fixes #1183 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index ff4c6e3..a3e1c19 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -67,6 +67,7 @@ noinst_HEADERS += arch/amd64/opensslconf.h noinst_HEADERS += arch/arm/opensslconf.h noinst_HEADERS += arch/hppa/opensslconf.h noinst_HEADERS += arch/i386/opensslconf.h +noinst_HEADERS += arch/loongarch64/opensslconf.h noinst_HEADERS += arch/m88k/opensslconf.h noinst_HEADERS += arch/mips/opensslconf.h noinst_HEADERS += arch/mips64/opensslconf.h -- cgit v1.2.3-55-g6feb