From 99c275b2327b542a8f976dadd46867e4eefa0de3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 8 Mar 2019 08:33:36 +0100 Subject: [PATCH] Fix 'make dist' to include blake2 headers Fixes #1157 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0e8056be1..186126bec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -256,6 +256,8 @@ endif if INC_BLAKE2 libarchive_la_SOURCES+= \ + libarchive/archive_blake2.h \ + libarchive/archive_blake2_impl.h \ libarchive/archive_blake2s_ref.c \ libarchive/archive_blake2sp_ref.c endif -- 2.47.2