diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-05 23:10:30 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-05 23:10:30 +0200 |
commit | 1ac90757e7d31b21fca7ddf7eb48cfc548b3ffb3 (patch) | |
tree | 883deeb538d7729b1bd7689c57f5ac9876d805a0 /ftparchive/makefile | |
parent | 40a6cfced93c564bedea27554427c91fa6eff08c (diff) | |
parent | 81c1659e78d9cae0ecdee331f16e86564adccf5d (diff) |
Merged with debian-sid.
Diffstat (limited to 'ftparchive/makefile')
-rw-r--r-- | ftparchive/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/makefile b/ftparchive/makefile index a965166a0..504ebf893 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -8,7 +8,7 @@ include ../buildlib/defaults.mak # The apt-ftparchive program ifdef BDBLIB PROGRAM=apt-ftparchive -SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) +SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) $(INTLLIBS) LIB_MAKES = apt-pkg/makefile apt-inst/makefile SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \ multicompress.cc |