From 2db55e43cffd2fb6a34b5c997f2b8d043ca0ece5 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Wed, 15 Dec 2021 21:27:21 +0300 Subject: [PATCH] Install bufferevent_ssl.h with MbedTLS support also --- include/include.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/include.am b/include/include.am index 3f4a5522..c37e2b4f 100644 --- a/include/include.am +++ b/include/include.am @@ -36,6 +36,9 @@ EVENT2_EXPORT = \ if OPENSSL EVENT2_EXPORT += include/event2/bufferevent_ssl.h endif +if MBEDTLS +EVENT2_EXPORT += include/event2/bufferevent_ssl.h +endif ## Without the nobase_ prefixing, Automake would strip "include/event2/" from ## the source header filename to derive the installed header filename. -- 2.50.1