]> sjero.net Git - wget/blobdiff - src/Makefile.in
[svn] Extract timers to a separate file.
[wget] / src / Makefile.in
index 1466ed397c8f21c11b8e9d8e03380fb0a04f2072..048b9a78f5f463421dfec05c907fe3ee219aba48 100644 (file)
@@ -69,15 +69,16 @@ ETAGS = etags
 ALLOCA     = @ALLOCA@
 MD5_OBJ    = @MD5_OBJ@
 OPIE_OBJ   = @OPIE_OBJ@
+NTLM_OBJ   = @NTLM_OBJ@
 SSL_OBJ    = @SSL_OBJ@
 GETOPT_OBJ = @GETOPT_OBJ@
 
 OBJ = $(ALLOCA) cmpt$o connect$o convert$o cookies$o              \
       ftp$o ftp-basic$o ftp-ls$o $(OPIE_OBJ) $(GETOPT_OBJ) hash$o \
-      host$o html-parse$o html-url$o http$o init$o      \
-      log$o main$o $(MD5_OBJ) netrc$o progress$o recur$o   \
+      host$o html-parse$o html-url$o http$o $(NTLM_OBJ) init$o    \
+      log$o main$o $(MD5_OBJ) netrc$o progress$o ptimer$o recur$o \
       res$o retr$o safe-ctype$o snprintf$o $(SSL_OBJ) url$o       \
-      utils$o version$o xmalloc$o string$o
+      utils$o version$o xmalloc$o 
 
 .SUFFIXES:
 .SUFFIXES: .c .o ._c ._o
@@ -192,7 +193,6 @@ retr$o: wget.h sysdep.h options.h safe-ctype.h utils.h retr.h url.h \
        recur.h ftp.h host.h connect.h hash.h
 safe-ctype$o: safe-ctype.h
 snprintf$o: safe-ctype.h
-string$o: wget.h xmalloc.h
 url$o: wget.h sysdep.h options.h safe-ctype.h utils.h url.h host.h hash.h
 utils$o: wget.h sysdep.h options.h safe-ctype.h utils.h hash.h
 version$o: