summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-01-16 00:54:48 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-01-16 00:54:48 +0100
commit2cf8c58b3f5e850d44645c23e33ce1be96bcad0b (patch)
tree7acacd8d13c165379627c3bfaae62e60093ed9dd /methods
parent304c041b175722a6c8f520fd52a0b65863ed9c55 (diff)
move file installation from rules to dh_install files
Diffstat (limited to 'methods')
-rw-r--r--methods/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile
index d94a85340..4ee356cec 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -67,7 +67,7 @@ include $(PROGRAM_H)
# The rred method
PROGRAM=rred
-SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS)
+SLIBS = -lapt-pkg -lz $(SOCKETLIBS) $(INTLLIBS)
LIB_MAKES = apt-pkg/makefile
SOURCE = rred.cc
include $(PROGRAM_H)