summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-04-02 13:12:05 +0200
committerMichael Vogt <egon@bottom>2006-04-02 13:12:05 +0200
commit376091144df4991f161f068f2c297b80e94d36db (patch)
treee0515b0d1b2b520560ec854467ead44d6d53db2a /methods/makefile
parenta07f63d9f23dbd619663c33b4eee10e86ae26672 (diff)
parent8f30ca302e4235985982a0f2b1e83dfe977ed12c (diff)
* merged the pdiff stuff
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile
index 1e3b1ef85..d0b5a28c0 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -59,6 +59,13 @@ LIB_MAKES = apt-pkg/makefile
SOURCE = ftp.cc rfc2553emu.cc connect.cc
include $(PROGRAM_H)
+# The rred method
+PROGRAM=rred
+SLIBS = -lapt-pkg $(SOCKETLIBS)
+LIB_MAKES = apt-pkg/makefile
+SOURCE = rred.cc
+include $(PROGRAM_H)
+
# The rsh method
PROGRAM=rsh
SLIBS = -lapt-pkg