diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:50 +0000 |
commit | 934b6582b4518630a050c8b84853b8e78ed87905 (patch) | |
tree | a94e4b6fb6188311080355b6184bd20939143b99 /methods/makefile | |
parent | ab559b358d7c390ac63bfcf8d526ca44761aafc5 (diff) |
Changed to using rfc2553 name resolution for http
Author: jgg
Date: 1999-05-25 05:56:24 GMT
Changed to using rfc2553 name resolution for http
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index dc6b88780..2cfc15cae 100644 --- a/methods/makefile +++ b/methods/makefile @@ -38,7 +38,7 @@ include $(PROGRAM_H) PROGRAM=http SLIBS = -lapt-pkg LIB_MAKES = apt-pkg/makefile -SOURCE = http.cc +SOURCE = http.cc rfc2553emu.cc include $(PROGRAM_H) # The ftp method |