aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-10-22 01:07:32 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-10-22 01:07:32 +0000
commit9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db (patch)
treee628eb2ead0c0c79fdd7f4d421c9bbb704445546 /archival
parent0d53ebdc526ab038a9f7405a90d7cf50e6cd104a (diff)
downloadbusybox-9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db.tar.gz
Move unzip.c uncompress.c from libbb to archiveal/libunarchive
Diffstat (limited to 'archival')
-rw-r--r--archival/libunarchive/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in
index 87c888b0b..421f55f76 100644
--- a/archival/libunarchive/Makefile.in
+++ b/archival/libunarchive/Makefile.in
@@ -47,10 +47,12 @@ LIBUNARCHIVE-y:= \
check_trailer_gzip.o \
copy_file_chunk_fd.o \
data_align.o \
+ find_list_entry.o \
init_handle.o \
seek_sub_file.o \
+ uncompress.o \
unpack_ar_archive.o \
- find_list_entry.o
+ unzip.o
LIBUNARCHIVE-$(CONFIG_DPKG) +=
LIBUNARCHIVE-$(CONFIG_DPKG_DEB) +=