diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 16:21:35 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 16:21:35 +0100 |
commit | 860ff9593b6d706136518693b2a82db6b769e17e (patch) | |
tree | e10ede3165a4fed5ea23f8952e5bf0ba0416c120 /methods/makefile | |
parent | b6f0036a8ed8fb5278d6fb9da601edc254eb03fe (diff) | |
parent | 714ee06cb1f8892f283bcdcfbb7ebbba8d642193 (diff) |
* merged the apt--curl-https branch
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile index 2e3abe55c..197ddf9ed 100644 --- a/methods/makefile +++ b/methods/makefile @@ -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) |