]> sjero.net Git - wget/blobdiff - windows/Makefile.src
[svn] Committed Adrian Aichner's Windows Makefile updates.
[wget] / windows / Makefile.src
index 9f2a2067edc2d58b1bc20ab6ecbddfee8616533e..54322d9dc1e514b8ec5ae533aa88409961d12ab3 100644 (file)
@@ -47,12 +47,12 @@ LINK    = $(LD) $(LDFLAGS) $(DEBUGLF) /out:$@
 RM      = del
 
 SRC = alloca.c cmpt.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c ftp-ls.c \
-      ftp-opie.c getopt.c headers.c html.c retr.c recur.c url.c init.c utils.c main.c \
+      ftp-opie.c ftpparse.c getopt.c hash.c headers.c html-parse.c html-url.c retr.c recur.c url.c init.c utils.c main.c \
       version.c mswindows.c fnmatch.c md5.c rbuf.c log.c
 
 OBJ = alloca$o cmpt$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o ftp-ls$o \
-      ftp-opie$o headers$o html$o retr$o recur$o url$o init$o utils$o main$o \
-      getopt$o version$o mswindows$o fnmatch$o md5$o rbuf$o log$o
+      ftp-opie$o ftpparse$o getopt$o hash$o headers$o html-parse$o html-url$o retr$o recur$o url$o init$o utils$o main$o \
+      version$o mswindows$o fnmatch$o md5$o rbuf$o log$o
 
 .SUFFIXES: .c .obj