]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix 'make dist' to include blake2 headers 1157/head
authorPavel Raiskup <praiskup@redhat.com>
Fri, 8 Mar 2019 07:33:36 +0000 (08:33 +0100)
committerPavel Raiskup <praiskup@redhat.com>
Fri, 8 Mar 2019 09:15:20 +0000 (10:15 +0100)
Fixes #1157

Makefile.am

index 0e8056be1aca592e125f7af2f42bbd542757d4a8..186126bec2802ee058ac0457932ecb3188f45331 100644 (file)
@@ -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