X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f5c0ab925fdceb1bc0ef0e958cae7d0fafb28caf..385d9f2f23057bc5808b5e013e77ba16d1c94da4:/cmdline/makefile diff --git a/cmdline/makefile b/cmdline/makefile index 6d21b0803..cd8ff8252 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -88,8 +88,8 @@ include $(PROGRAM_H) # This just dumps out the state PROGRAM=apt-dump-solver -SLIBS = -lapt-pkg $(INTLLIBS) -LIB_MAKES = apt-pkg/makefile +SLIBS = -lapt-pkg -lapt-private $(INTLLIBS) +LIB_MAKES = apt-pkg/makefile apt-private/makefile SOURCE = apt-dump-solver.cc include $(PROGRAM_H)