]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
* apt-pkg/algorithms.cc:
[apt.git] / methods / makefile
index 085b357b8a247d1631270d775cf04c5e738af84b..f765a4d37995d69eb7f6aecda95a2a306bfcccf2 100644 (file)
@@ -59,13 +59,6 @@ LIB_MAKES = apt-pkg/makefile
 SOURCE = https.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)