summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorIshan Jayawardena <udeshike@gmail.com>2011-07-15 12:17:39 +0530
committerIshan Jayawardena <udeshike@gmail.com>2011-07-15 12:17:39 +0530
commitd981326d00730fb1af2ba5428d9d7557d9b05f9a (patch)
treee613740e07631b09ca4bc1c28d19bab06cc75db4 /methods/makefile
parentad9364e4f0e8a65c2ae16fab9508485e5d915bd2 (diff)
Adding a simple workaround to get rid of debpatch's error messages to the stdout
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 6ba51058e..666b543f0 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -72,6 +72,13 @@ LIB_MAKES = apt-pkg/makefile
SOURCE = rred.cc
include $(PROGRAM_H)
+# The debdelta method
+PROGRAM=debdelta
+SLIBS = -lapt-pkg -lz $(SOCKETLIBS) $(INTLLIBS)
+LIB_MAKES = apt-pkg/makefile
+SOURCE = debdelta.cc
+include $(PROGRAM_H)
+
# The rsh method
PROGRAM=rsh
SLIBS = -lapt-pkg $(INTLLIBS)