]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
edsp: optionally store a compressed copy of the last scenario
[apt.git] / cmdline / makefile
index 816038c3b381045148fff4c0c814568a7768a0c0..cd8ff8252f10e9112dbfd8f75bff649eaac867d0 100644 (file)
@@ -49,7 +49,7 @@ include $(PROGRAM_H)
 
 # The apt-helper
 PROGRAM=apt-helper
 
 # The apt-helper
 PROGRAM=apt-helper
-SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
+SLIBS = -lapt-pkg -lapt-private $(INTLLIBS) -lresolv
 LIB_MAKES = apt-pkg/makefile apt-private/makefile
 SOURCE = apt-helper.cc
 include $(PROGRAM_H)
 LIB_MAKES = apt-pkg/makefile apt-private/makefile
 SOURCE = apt-helper.cc
 include $(PROGRAM_H)
@@ -88,8 +88,8 @@ include $(PROGRAM_H)
 
 # This just dumps out the state
 PROGRAM=apt-dump-solver
 
 # 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)
 
 SOURCE = apt-dump-solver.cc
 include $(PROGRAM_H)