summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-12-19 12:03:30 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-12-19 12:03:30 +0100
commitd546f98d46c6a1d813976825f615e39f17b7ebf5 (patch)
tree48dad9b7db785798586c716233c939ded8518599 /methods/makefile
parent4172c78468a04078c97146dbc2e2979e63906f5b (diff)
* added https transport method as optional pacakge
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile
index 1e3b1ef85..e3db7210a 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -52,6 +52,13 @@ LIB_MAKES = apt-pkg/makefile
SOURCE = http.cc rfc2553emu.cc connect.cc
include $(PROGRAM_H)
+# The https method
+PROGRAM=https
+SLIBS = -lapt-pkg -lcurl
+LIB_MAKES = apt-pkg/makefile
+SOURCE = https.cc
+include $(PROGRAM_H)
+
# The ftp method
PROGRAM=ftp
SLIBS = -lapt-pkg $(SOCKETLIBS)