From d4763df3a6a575a62d8932707bac3d3150f57093 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 23 Sep 2021 17:49:35 +0200 Subject: [PATCH] adding growing_buf.h to the installed headers --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 49ffee15..e85453af 100644 --- a/src/Makefile +++ b/src/Makefile @@ -106,7 +106,7 @@ HEADERS_TO_INSTALL = \ cryptotech.h sync_api.h pEp_string.h openpgp_compat.h engine_sql.h \ labeled_int_list.h key_reset.h base64.h sync_codec.h distribution_codec.h \ storage_codec.h status_to_string.h keyreset_command.h platform.h platform_unix.h \ - transport.h $(wildcard ../asn.1/*.h) + transport.h growing_buf.h $(wildcard ../asn.1/*.h) # CAVEAT: # install_headers is needed for building *STANDALONE* pEp MIME - it is NOT used for built-in functionality!!!