From: Tim Kientzle Date: Sat, 12 Apr 2014 20:56:29 +0000 (-0700) Subject: Add lafe files to cat project X-Git-Tag: v3.1.900a~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c8c1dba8da8831d5a24dd9c5af2f4edcdb9b97;p=thirdparty%2Flibarchive.git Add lafe files to cat project --- diff --git a/cat/CMakeLists.txt b/cat/CMakeLists.txt index 7eb524c39..3eaf78fa8 100644 --- a/cat/CMakeLists.txt +++ b/cat/CMakeLists.txt @@ -8,6 +8,9 @@ IF(ENABLE_CAT) SET(bsdcat_SOURCES bsdcat.c bsdcat.h + ../libarchive_fe/err.c + ../libarchive_fe/err.h + ../libarchive_fe/lafe_platform.h ) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../libarchive_fe)