diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-10-22 01:07:32 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-10-22 01:07:32 +0000 |
commit | 9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db (patch) | |
tree | e628eb2ead0c0c79fdd7f4d421c9bbb704445546 /archival | |
parent | 0d53ebdc526ab038a9f7405a90d7cf50e6cd104a (diff) | |
download | busybox-w32-9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db.tar.gz busybox-w32-9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db.tar.bz2 busybox-w32-9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db.zip |
Move unzip.c uncompress.c from libbb to archiveal/libunarchive
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/Makefile.in | 4 |
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:= \ | |||
47 | check_trailer_gzip.o \ | 47 | check_trailer_gzip.o \ |
48 | copy_file_chunk_fd.o \ | 48 | copy_file_chunk_fd.o \ |
49 | data_align.o \ | 49 | data_align.o \ |
50 | find_list_entry.o \ | ||
50 | init_handle.o \ | 51 | init_handle.o \ |
51 | seek_sub_file.o \ | 52 | seek_sub_file.o \ |
53 | uncompress.o \ | ||
52 | unpack_ar_archive.o \ | 54 | unpack_ar_archive.o \ |
53 | find_list_entry.o | 55 | unzip.o |
54 | 56 | ||
55 | LIBUNARCHIVE-$(CONFIG_DPKG) += | 57 | LIBUNARCHIVE-$(CONFIG_DPKG) += |
56 | LIBUNARCHIVE-$(CONFIG_DPKG_DEB) += | 58 | LIBUNARCHIVE-$(CONFIG_DPKG_DEB) += |