diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 12:03:30 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 12:03:30 +0100 |
commit | d546f98d46c6a1d813976825f615e39f17b7ebf5 (patch) | |
tree | 48dad9b7db785798586c716233c939ded8518599 /methods/makefile | |
parent | 4172c78468a04078c97146dbc2e2979e63906f5b (diff) |
* added https transport method as optional pacakge
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 1e3b1ef85..e3db7210a 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) |