From be4401bfa4a240bbc894e1bfeb1e1e8d63fc7b18 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:16 +0000 Subject: New http method Author: jgg Date: 1998-11-01 05:27:29 GMT New http method --- methods/makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'methods/makefile') 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) -- cgit v1.2.3