aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2019-03-25 11:39:49 +0000
committerMartin Matuska <mm@FreeBSD.org>2019-03-25 11:39:49 +0000
commitf9b2e63a44664e352e4a767f2822ca3eda65f540 (patch)
tree20683264c9614fd5337a784d04b9cd0a5ee281bf /Makefile.am
parent64339c4130f344f01f8f36cbc3fda93f96c69d75 (diff)
downloadsrc-f9b2e63a44664e352e4a767f2822ca3eda65f540.tar.gz
src-f9b2e63a44664e352e4a767f2822ca3eda65f540.zip
Notes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e8056be1aca..186126bec280 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