diff options
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 |