diff options
author | Martin Matuska <mm@FreeBSD.org> | 2019-03-25 11:39:49 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2019-03-25 11:39:49 +0000 |
commit | f9b2e63a44664e352e4a767f2822ca3eda65f540 (patch) | |
tree | 20683264c9614fd5337a784d04b9cd0a5ee281bf /Makefile.am | |
parent | 64339c4130f344f01f8f36cbc3fda93f96c69d75 (diff) | |
download | src-f9b2e63a44664e352e4a767f2822ca3eda65f540.tar.gz src-f9b2e63a44664e352e4a767f2822ca3eda65f540.zip |
Notes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |