summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-01-03 15:22:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-01-03 15:22:44 +0100
commitd7bab8f1142e474ac4bafd139e93439aeddfd546 (patch)
tree8fd80e58c510ca92b31d8614231b955a0d0e22b7 /methods/makefile
parented096a82b5ce995058951bfb74679ce1bc73fc01 (diff)
methods/makefile: remove duplicated entry for https
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile7
1 files changed, 0 insertions, 7 deletions
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)