From c5ff2daef0a196d85a13747a861bfa75b8f0f588 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 24 Jun 2024 00:46:12 -0600 Subject: Link err_local.h to build --- crypto/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 08c632d..e2e4e39 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -565,6 +565,7 @@ libcrypto_la_SOURCES += engine/engine_stubs.c libcrypto_la_SOURCES += err/err.c libcrypto_la_SOURCES += err/err_all.c libcrypto_la_SOURCES += err/err_prn.c +noinst_HEADERS += err/err_local.h # evp libcrypto_la_SOURCES += evp/bio_b64.c -- cgit v1.2.3-55-g6feb