]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
merged from apt--mvo
[apt.git] / cmdline / makefile
index 2a5bdfbea2cd8a8c94bfe8105cdcbb565e2d8ef9..c795921c1f777943b1d9ea9d7eea636fe0f862eb 100644 (file)
@@ -14,7 +14,7 @@ include $(PROGRAM_H)
 
 # The apt-get program
 PROGRAM=apt-get
-SLIBS = -lapt-pkg
+SLIBS = -lapt-pkg -lutil
 LIB_MAKES = apt-pkg/makefile
 SOURCE = apt-get.cc acqprogress.cc
 include $(PROGRAM_H)