diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-07-28 16:25:42 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-07-28 16:25:42 +0000 |
commit | 2e178d1c3e0035616b338d7597a0c9d33e3bc080 (patch) | |
tree | 99ab7db5dc095a4e881772f829996dc57ce14aca /methods/makefile | |
parent | 3573e286ba001ef30f4871f3ed2e17ea905d6404 (diff) |
* added methods/rred.cc (thanks to robertle)
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile index 089300570..93ad6d875 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 +include $(PROGRAM_H) + # The rsh method PROGRAM=rsh SLIBS = -lapt-pkg |