X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FMakefile.am;h=58e9b545bd1ef218a1895db9e2a430769f2faab9;hp=ab830ba080a828041ed65d92a7371901ade35618;hb=4f3dd6817348433eafde04a3c2946f43364de7ef;hpb=5d0073b8f290dee2e9bad3e83230f6b57dd06beb diff --git a/src/Makefile.am b/src/Makefile.am index ab830ba0..58e9b545 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBINTL@ @LIBS@ bin_PROGRAMS = wget wget_SOURCES = build_info.c cmpt.c connect.c convert.c cookies.c ftp.c \ - css.l css-url.c \ + css.l css-url.c css-tokens.h \ 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 \ @@ -66,7 +66,7 @@ version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am echo '/* version.c */' > $@ echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> $@ echo '' >> $@ - echo -n 'const char *version_string = "@VERSION@"' >> $@ + echo 'const char *version_string = "@VERSION@"' >> $@ -hg log -r . --template='" ({node|short})"\n' 2>/dev/null >> $@ echo ';' >> $@ echo 'const char *compilation_string = "'$(COMPILE)'";' \