diff options
author | Glenn L McGrath | 2002-10-19 06:19:22 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-10-19 06:19:22 +0000 |
commit | c5c1a8a112ebae29862a902e6e511b392c59da74 (patch) | |
tree | 88df433818b25262966b84fa81aecde8b75c8ed1 /archival/libunarchive/Makefile.in | |
parent | 05fa661123d90b990c146ef6d79da82d798ccd6f (diff) | |
download | busybox-c5c1a8a112ebae29862a902e6e511b392c59da74.zip busybox-c5c1a8a112ebae29862a902e6e511b392c59da74.tar.gz |
Fix exclude/include problem
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 e2ac546..e559cb4 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -48,6 +48,7 @@ LIBUNARCHIVE-y:= \ init_handle.o \ seek_sub_file.o \ unpack_ar_archive.o \ + find_list_entry.o LIBUNARCHIVE-$(CONFIG_DPKG) += LIBUNARCHIVE-$(CONFIG_DPKG_DEB) += |