diff options
author | Glenn L McGrath | 2003-11-18 21:37:52 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-11-18 21:37:52 +0000 |
commit | 56f16b42c93af18fbb984e8d6384c03e5405e3ae (patch) | |
tree | d0b1d8100cd6857681145fa4e40b05fb542d35ae /archival/libunarchive/Makefile.in | |
parent | 20872be9a4e670666b307f94b8fca6bf807c9b7b (diff) | |
download | busybox-56f16b42c93af18fbb984e8d6384c03e5405e3ae.zip busybox-56f16b42c93af18fbb984e8d6384c03e5405e3ae.tar.gz |
tar -Z, uncompress support
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r-- | archival/libunarchive/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index d449c19..14ceea1 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -73,6 +73,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) |