From: Joerg Sonnenberger Date: Wed, 28 Apr 2010 18:16:39 +0000 (-0400) Subject: Hook up archive_rb.[ch] to the build. X-Git-Tag: v3.0.0a~1056 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74689448760c66145be1773638b09712503723c1;p=thirdparty%2Flibarchive.git Hook up archive_rb.[ch] to the build. SVN-Revision: 2336 --- diff --git a/Makefile.am b/Makefile.am index 8c057191c..656c2990c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,8 @@ libarchive_la_SOURCES= \ libarchive/archive_hash.h \ libarchive/archive_platform.h \ libarchive/archive_private.h \ + libarchive/archive_rb.c \ + libarchive/archive_rb.h \ libarchive/archive_read.c \ libarchive/archive_read_data_into_fd.c \ libarchive/archive_read_disk.c \ diff --git a/libarchive/CMakeLists.txt b/libarchive/CMakeLists.txt index 139f30b35..5459c6acc 100644 --- a/libarchive/CMakeLists.txt +++ b/libarchive/CMakeLists.txt @@ -27,6 +27,8 @@ SET(libarchive_SOURCES archive_hash.h archive_platform.h archive_private.h + archive_rb.c + archive_rb.h archive_read.c archive_read_data_into_fd.c archive_read_disk.c