X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/4c10eb1a2c54eda92469ffe984e8a56f70f5cf3d..b08f3f535b7c55202345ae44143a202fa186afea:/methods/makefile?ds=inline diff --git a/methods/makefile b/methods/makefile index 085b357b8..f765a4d37 100644 --- a/methods/makefile +++ b/methods/makefile @@ -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)