diff options
author | Glenn L McGrath | 2002-11-03 07:28:38 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-03 07:28:38 +0000 |
commit | 60bce4905cc50e3ec7ea90127823125e0d9acd03 (patch) | |
tree | b46763c692948e7eabdd76f818cee7d2d7de16f0 /archival/libunarchive/Makefile.in | |
parent | 97b141ac69b0bd548531f828dc7fdc892b8dd944 (diff) | |
download | busybox-60bce4905cc50e3ec7ea90127823125e0d9acd03.zip busybox-60bce4905cc50e3ec7ea90127823125e0d9acd03.tar.gz |
Move bunzip2 idecompression code to libunarchive
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 421f55f..65d4a31 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 \ |