diff options
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:= \ 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) += |