From b0b3862b79e6ad9751ab3b136c28aa2e6bbb8429 Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Thu, 23 Sep 2021 15:27:40 +0200 Subject: [PATCH] obvious fix for ENGINE-962 --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0c1af16b..ded8e906 100644 --- a/src/Makefile +++ b/src/Makefile @@ -109,7 +109,8 @@ install_headers: $(TARGET) timestamp.h identity_list.h bloblist.h stringpair.h message.h mime.h group.h \ 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 ../asn.1/*.h \ + status_to_string.h keyreset_command.h platform.h platform_unix.h \ + transport.h ../asn.1/*.h \ $(DESTDIR)$(PREFIX)/include/pEp/ # FIXME: Does anyone but Roker use install_headers? Otherwise, remove the dependency.