]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
* added https transport method as optional pacakge
[apt.git] / methods / makefile
index 1e3b1ef850b128f8fd97ec77c7442cced44a0e34..e3db7210a9a0ceb49819d26244fdbad159024696 100644 (file)
@@ -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)