aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-03 07:28:38 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-03 07:28:38 +0000
commit60bce4905cc50e3ec7ea90127823125e0d9acd03 (patch)
treeb46763c692948e7eabdd76f818cee7d2d7de16f0 /archival/libunarchive/Makefile.in
parent97b141ac69b0bd548531f828dc7fdc892b8dd944 (diff)
downloadbusybox-60bce4905cc50e3ec7ea90127823125e0d9acd03.tar.gz
Move bunzip2 idecompression code to libunarchive
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r--archival/libunarchive/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in
index 421f55f76..65d4a31cd 100644
--- a/archival/libunarchive/Makefile.in
+++ b/archival/libunarchive/Makefile.in
@@ -47,6 +47,7 @@ LIBUNARCHIVE-y:= \
check_trailer_gzip.o \
copy_file_chunk_fd.o \
data_align.o \
+ decompress_bunzip2.o \
find_list_entry.o \
init_handle.o \
seek_sub_file.o \