summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:53 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:53 +0000
commit0837bd25607acd90944a4bfded58d582371ba112 (patch)
treed18775a4fdba1b54f7de5a542340eb085c64dc52 /methods/makefile
parentb3e53cecf4e761ff9d9b0a139ca71f0d67848041 (diff)
Multiprotocol connect
Author: jgg Date: 1999-05-29 03:25:03 GMT Multiprotocol connect
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile8
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)