From 1e9aad95d5cae8c114a53c49b1f39d5f8c19c34c Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Sun, 15 Oct 2017 14:26:10 -0400
Subject: [PATCH] Added compression file to build

---
 tsk/fs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsk/fs/Makefile.am b/tsk/fs/Makefile.am
index 8648e2771..76bb8cd0c 100644
--- a/tsk/fs/Makefile.am
+++ b/tsk/fs/Makefile.am
@@ -14,7 +14,7 @@ libtskfs_la_SOURCES  = tsk_fs_i.h fs_inode.c fs_io.c fs_block.c fs_open.c \
     fatfs_utils.c \
     ntfs.c ntfs_dent.cpp swapfs.c rawfs.c \
     iso9660.c iso9660_dent.c \
-    hfs.c hfs_dent.c hfs_journal.c hfs_unicompare.c lzvn.c \
+    hfs.c hfs_dent.c hfs_journal.c hfs_unicompare.c lzvn.c lzvn.h \
     dcalc_lib.c dcat_lib.c dls_lib.c dstat_lib.c ffind_lib.c \
     fls_lib.c icat_lib.c ifind_lib.c ils_lib.c usn_journal.c usnjls_lib.c \
     walk_cpp.cpp yaffs.cpp
-- 
GitLab