]> sjero.net Git - wget/commitdiff
[svn] Commit Herold's Makefile.src OBJ list update.
authorhniksic <devnull@localhost>
Thu, 25 Sep 2003 22:34:00 +0000 (15:34 -0700)
committerhniksic <devnull@localhost>
Thu, 25 Sep 2003 22:34:00 +0000 (15:34 -0700)
ChangeLog
windows/Makefile.src

index c65206362ace5e42ebad89d0af7efa3318206e9e..f6bcc6e63269eab80787177c3b5ec2a69b9efdf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-25  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * windows/Makefile.src: Updated OBJ list.
+
 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * Makefile.in (clean-top): Remove .libs.
index e402f1d7b1cd9cbc04aee9b763f739e197584666..588beae68cc94d84edb911bc5cff73a5c543f709 100644 (file)
@@ -63,15 +63,17 @@ LINK    = $(LD) $(LDFLAGS) $(DEBUGLF) /out:$@
 
 RM      = del
 
-SRC = cmpt.c safe-ctype.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c \
-      ftp-ls.c ftp-opie.c getopt.c hash.c headers.c html-parse.c html-url.c \
-      progress.c retr.c recur.c res.c url.c cookies.c init.c utils.c main.c \
-      version.c mswindows.c fnmatch.c gen-md5.c gnu-md5.c rbuf.c log.c $(SSLSRC)
-
-OBJ = cmpt$o safe-ctype$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o \
-      ftp-ls$o ftp-opie$o getopt$o hash$o headers$o html-parse$o html-url$o \
-      progress$o retr$o recur$o res$o url$o cookies$o init$o utils$o main$o \
-      version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o rbuf$o log$o $(SSLOBJ)
+SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
+      ftp-basic.c ftp.c ftp-ls.c ftp-opie.c getopt.c hash.c headers.c \
+      html-parse.c html-url.c progress.c retr.c recur.c res.c url.c cookies.c \
+      init.c utils.c main.c version.c mswindows.c fnmatch.c gen-md5.c \
+      gnu-md5.c rbuf.c log.c $(SSLSRC)
+
+OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
+      ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o headers$o \
+      html-parse$o html-url$o progress$o retr$o recur$o res$o url$o cookies$o \
+      init$o utils$o main$oversion$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
+      rbuf$o log$o $(SSLOBJ)
 
 .SUFFIXES: .c .obj