]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
* merged from apt--mvo
[apt.git] / methods / makefile
index 2e3abe55cce5ec56a6d905ccfe5b3b8944821ab4..197ddf9ed093e250c1025c35d28a3d14f6220b05 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)