summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
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 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)