summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:12 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:12 +0000
commit92173b19af439ac49d842902a3a57105d396d7d8 (patch)
tree077dbb46b521d5f21e577f55f457a5e6b2c25897 /methods/makefile
parent561ab0db89ae9c4de1b37bac12d5ad8353848862 (diff)
gzip method
Author: jgg Date: 1998-10-25 07:07:29 GMT gzip method
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile
index ac76b56d9..1656f5700 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -17,3 +17,9 @@ PROGRAM=copy
SLIBS = -lapt-pkg
SOURCE = copy.cc
include $(PROGRAM_H)
+
+# The gzip method
+PROGRAM=gzip
+SLIBS = -lapt-pkg
+SOURCE = gzip.cc
+include $(PROGRAM_H)