diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:27 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:27 +0000 |
commit | abb9b874c5d1573a42c8c5519a38ac0575ef77ba (patch) | |
tree | 2bbc3ca2975de0ba328acb6b1061cce6b83ba71e /methods/makefile | |
parent | 97db00570a3aab46d88db0f9d1efbcd4d2fd8131 (diff) |
More solaris support
Author: jgg
Date: 1999-12-10 04:48:05 GMT
More solaris support
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/makefile b/methods/makefile index 32ec3464d..addaf23c9 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 $SOCKETLIBS LIB_MAKES = apt-pkg/makefile SOURCE = http.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) # The ftp method PROGRAM=ftp -SLIBS = -lapt-pkg +SLIBS = -lapt-pkg $SOCKETLIBS LIB_MAKES = apt-pkg/makefile SOURCE = ftp.cc rfc2553emu.cc connect.cc include $(PROGRAM_H) |