summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-12-19 14:50:16 +0100
committerMichael Vogt <egon@bottom>2006-12-19 14:50:16 +0100
commitdf01b0d0d741eae61657b28a5111f40f05c215fe (patch)
treef5ec7c4b59ecf01e9e75d37bc9f9d6c794c83167 /methods/makefile
parentc04a8d16e28bc82a76a31dba23244390a76fbcbb (diff)
parent714ee06cb1f8892f283bcdcfbb7ebbba8d642193 (diff)
* merged apt--curl-https branch
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 948f27889..d9cee9649 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)