summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-05-20 13:15:51 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-05-20 13:35:43 +0200
commitf106fecc1d7d0250d1d76c2ba837dc0c870c5fff (patch)
tree1b15821de4a8ad2c43ec92d27e2dc603703238a8 /cmdline/makefile
parent98c934f2723d63d00908803ad47ab1359081ec2d (diff)
add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index c4a249cd6..a24738e63 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -49,7 +49,7 @@ include $(PROGRAM_H)
# The apt-helper
PROGRAM=apt-helper
-SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
+SLIBS = -lapt-pkg -lapt-private $(INTLLIBS) -lresolv
LIB_MAKES = apt-pkg/makefile
SOURCE = apt-helper.cc
include $(PROGRAM_H)