diff options
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) |