diff options
author | Michael Vogt <mvo@debian.org> | 2008-10-25 10:29:21 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-10-25 10:29:21 +0200 |
commit | 2569ac285813e0ca36d76c03cce92cf490c63e6d (patch) | |
tree | 5f88ceae04c1192f097e1b117593e3b39febf948 /ftparchive | |
parent | cfe0526e097983680ce7c3675bbf77f735675e9d (diff) | |
parent | f8b1274722522826650a37f87bf9e743b5bca337 (diff) |
merged from Luca Bruno
Diffstat (limited to 'ftparchive')
-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 |