X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FMakefile.in;h=24bc1cba3394df5db97d388ce89fcb5c7387260c;hb=c2c71c32cf7e75336bb45fc299658910e0f9f8af;hp=bcacd7ddc794f31f6571482a6d6fb09356c1bea9;hpb=0dbef4ccb4f359c1bb9ad81120618d8ab436d9b0;p=wget diff --git a/src/Makefile.in b/src/Makefile.in index bcacd7dd..24bc1cba 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,9 +1,10 @@ # Makefile for `wget' utility -# Copyright (C) 1995-2006 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +# 2004, 2005, 2006, 2007 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 -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, @@ -12,8 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with Wget; if not, write to the Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# along with Wget. If not, see . # In addition, as a special exception, the Free Software Foundation # gives permission to link the code of its release of Wget with the @@ -53,7 +53,7 @@ DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(local CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@ -exeext = @exeext@ +exeext = @EXEEXT@ INCLUDES = -I. -I$(srcdir)