diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:53 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:53 +0000 |
commit | 0837bd25607acd90944a4bfded58d582371ba112 (patch) | |
tree | d18775a4fdba1b54f7de5a542340eb085c64dc52 /methods/makefile | |
parent | b3e53cecf4e761ff9d9b0a139ca71f0d67848041 (diff) |
Multiprotocol connect
Author: jgg
Date: 1999-05-29 03:25:03 GMT
Multiprotocol connect
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/methods/makefile b/methods/makefile index 4345307e2..32ec3464d 100644 --- a/methods/makefile +++ b/methods/makefile @@ -36,14 +36,14 @@ include $(PROGRAM_H) # The http method PROGRAM=http -SLIBS = -lapt-pkg +SLIBS = -lapt-pkg LIB_MAKES = apt-pkg/makefile -SOURCE = http.cc rfc2553emu.cc +SOURCE = http.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) # The ftp method PROGRAM=ftp -SLIBS = -lapt-pkg +SLIBS = -lapt-pkg LIB_MAKES = apt-pkg/makefile -SOURCE = ftp.cc rfc2553emu.cc +SOURCE = ftp.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) |