diff options
author | Michael Vogt <egon@bottom> | 2006-12-19 14:50:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-19 14:50:16 +0100 |
commit | df01b0d0d741eae61657b28a5111f40f05c215fe (patch) | |
tree | f5ec7c4b59ecf01e9e75d37bc9f9d6c794c83167 /methods/makefile | |
parent | c04a8d16e28bc82a76a31dba23244390a76fbcbb (diff) | |
parent | 714ee06cb1f8892f283bcdcfbb7ebbba8d642193 (diff) |
* merged 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 948f27889..d9cee9649 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) |