]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
* merged apt--curl-https branch
[apt.git] / methods / makefile
index 948f27889693db8f047de9c599aeebabc69f09ae..d9cee964983a23b331a8918cfc11dc2855ec0cdd 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)