As we no longer use function pointers for read in common archiving code
[oweals/busybox.git] / archival / libunarchive / Makefile.in
index d449c193ecf580a3478e85fae6224a364d8a96eb..09b0571edd5bc97edccc4288c15cd14d1e4390f2 100644 (file)
@@ -37,15 +37,11 @@ LIBUNARCHIVE-y:= \
        header_list.o \
        header_verbose_list.o \
 \
-       archive_xread.o \
        archive_xread_all.o \
        archive_xread_all_eof.o \
-       archive_xread_char.o \
 \
        seek_by_char.o \
        seek_by_jump.o \
-\
-       archive_copy_file.o \
 \
        data_align.o \
        find_list_entry.o \
@@ -73,6 +69,7 @@ LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o
 LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o
 LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += decompress_bunzip2.o get_header_tar_bz2.o
 LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o
+LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_COMPRESS) += uncompress.o
 LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += uncompress.o
 LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES)