From: Pavel Raiskup Date: Fri, 8 Mar 2019 07:33:36 +0000 (+0100) Subject: Fix 'make dist' to include blake2 headers X-Git-Tag: v3.4.0~108^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c275b2327b542a8f976dadd46867e4eefa0de3;p=thirdparty%2Flibarchive.git Fix 'make dist' to include blake2 headers Fixes #1157 --- 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