]> sjero.net Git - wget/commitdiff
Remove own xmalloc from build-process.
authorSteven Schubiger <schubiger@gmail.com>
Sat, 19 Apr 2008 19:37:17 +0000 (21:37 +0200)
committerSteven Schubiger <schubiger@gmail.com>
Sat, 19 Apr 2008 19:37:17 +0000 (21:37 +0200)
src/Makefile.am

index f598d9084eb1d82791da472388741cccb1b30d24..69fa7ec4367f6dd156ecb6af7ee0437fa95d775a 100644 (file)
@@ -39,12 +39,12 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c       \
               ftp-ls.c hash.c host.c html-parse.c html-url.c http.c    \
               init.c log.c main.c netrc.c progress.c ptimer.c recur.c  \
               res.c retr.c snprintf.c spider.c url.c   \
-              utils.c xmalloc.c                                \
+              utils.c                          \
               connect.h convert.h cookies.h            \
               ftp.h gen-md5.h hash.h host.h html-parse.h \
               http.h http-ntlm.h init.h log.h mswindows.h netrc.h \
               options.h progress.h ptimer.h recur.h res.h retr.h \
-              spider.h ssl.h sysdep.h url.h utils.h wget.h xmalloc.h
+              spider.h ssl.h sysdep.h url.h utils.h wget.h
 nodist_wget_SOURCES = version.c
 EXTRA_wget_SOURCES = mswindows.c
 LDADD = $(ALLOCA) $(LIBOBJS) ../lib/libgnu.a @MD5_LDADD@