]> git.saurik.com Git - apt.git/blobdiff - ftparchive/makefile
streamline display of --help in all tools
[apt.git] / ftparchive / makefile
index d1ffe182a2c4ebe7c74fe2a0db00a46dac5b8ce0..e67272e1e8f016d2d0e9543fbe610f4c6d62fe8a 100644 (file)
@@ -9,8 +9,8 @@ include ../buildlib/defaults.mak
 ifdef BDBLIB
 APT_DOMAIN:=apt-utils
 PROGRAM=apt-ftparchive
-SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) $(INTLLIBS)
-LIB_MAKES = apt-pkg/makefile apt-inst/makefile
+SLIBS = -lapt-pkg -lapt-inst -lapt-private $(BDBLIB) $(INTLLIBS)
+LIB_MAKES = apt-pkg/makefile apt-inst/makefile apt-private/makefile
 SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \
          multicompress.cc sources.cc
 include $(PROGRAM_H)