projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed096a8
)
methods/makefile: remove duplicated entry for https
author
Michael Vogt
<michael.vogt@ubuntu.com>
Thu, 3 Jan 2008 14:22:44 +0000
(15:22 +0100)
committer
Michael Vogt
<michael.vogt@ubuntu.com>
Thu, 3 Jan 2008 14:22:44 +0000
(15:22 +0100)
methods/makefile
patch
|
blob
|
blame
|
history
diff --git
a/methods/makefile
b/methods/makefile
index 085b357b8a247d1631270d775cf04c5e738af84b..f765a4d37995d69eb7f6aecda95a2a306bfcccf2 100644
(file)
--- 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)