X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f760b7d2124f9b4498b62c481f08e56cc617e675..d385e2e8e48f9735d08315b5d277d0c61da2a7b2:/methods/makefile diff --git a/methods/makefile b/methods/makefile index dc6b88780..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 +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 +SOURCE = ftp.cc rfc2553emu.cc connect.cc include $(PROGRAM_H)