* src/Makefile.am: Add build_info.c to EXTRA_DIST

This commit is contained in:
Tim Rühsen 2019-11-21 12:16:28 +01:00
parent b1f566719c
commit 96d74948a3

View File

@ -45,7 +45,7 @@ endif
# The following line is losing on some versions of make!
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
EXTRA_DIST = css.l css.c css_.c build_info.c.in
EXTRA_DIST = css.l css.c css_.c build_info.c.in build_info.c
bin_PROGRAMS = wget
wget_SOURCES = connect.c convert.c cookies.c ftp.c \