X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ce928105d7279c5604f034740b04dc6a745fb859..c094c868786f70bef8a00625fd62be1fa404b220:/ftparchive/makefile diff --git a/ftparchive/makefile b/ftparchive/makefile index d1ffe182a..c80487c3f 100644 --- a/ftparchive/makefile +++ b/ftparchive/makefile @@ -9,10 +9,10 @@ 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 + multicompress.cc sources.cc byhash.cc include $(PROGRAM_H) else PROGRAM=apt-ftparchive