X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FMakefile.am;h=ba429b1d5270e01d8bd0e3db23acf230065c949d;hp=a254f8a8d102902b7e3ccb887219732f9847d532;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=c702d99f7b1ea257238a25458aa6269f6c07d3bd diff --git a/src/Makefile.am b/src/Makefile.am index a254f8a8..ba429b1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # Makefile for `wget' utility # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ endif # The following line is losing on some versions of make! DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\" -LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBICONV@ @LIBINTL@ @W32LIBS@ @LIBS@ +LIBS = @LIBSSL@ @LIBICONV@ @LIBINTL@ @LIBS@ @W32LIBS@ bin_PROGRAMS = wget wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \ @@ -63,7 +63,7 @@ AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib build_info.c: $(srcdir)/Makefile.am $(srcdir)/build_info.c.in if test -n "$(VPATH)"; then cp "$(srcdir)/build_info.c.in" .; fi $(PERL) "$(top_srcdir)/build-aux/build_info.pl" \ - "$(abs_builddir)/build_info.c" + "$(top_builddir)/src/build_info.c" if test -n "$(VPATH)"; then rm -f build_info.c.in; fi ESCAPEQUOTE = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'