diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:16 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:16 +0000 |
commit | be4401bfa4a240bbc894e1bfeb1e1e8d63fc7b18 (patch) | |
tree | 3d48bdf9a7abff3b51c02323ea1ed26767d576d7 /methods/makefile | |
parent | f0a53b6301cd1f5d0878f2d6ed21811d70a86f9a (diff) |
New http method
Author: jgg
Date: 1998-11-01 05:27:29 GMT
New http 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 1656f5700..b05356bb4 100644 --- a/methods/makefile +++ b/methods/makefile @@ -23,3 +23,9 @@ PROGRAM=gzip SLIBS = -lapt-pkg SOURCE = gzip.cc include $(PROGRAM_H) + +# The http method +PROGRAM=http +SLIBS = -lapt-pkg +SOURCE = http.cc +include $(PROGRAM_H) |