diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:12 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:12 +0000 |
commit | 92173b19af439ac49d842902a3a57105d396d7d8 (patch) | |
tree | 077dbb46b521d5f21e577f55f457a5e6b2c25897 /methods/makefile | |
parent | 561ab0db89ae9c4de1b37bac12d5ad8353848862 (diff) |
gzip method
Author: jgg
Date: 1998-10-25 07:07:29 GMT
gzip method
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 6 |
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) |