From: Eric Engestrom Date: Tue, 21 Aug 2018 11:57:00 +0000 (+0100) Subject: autotools: don't ship the git_sha1.h generated in git in the tarballs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ff1c479968819b93c46d24bd898e89ce14ac401;p=mesa.git autotools: don't ship the git_sha1.h generated in git in the tarballs This file is regenerated at build time anyway, so this would just get overwritten anyway. No reason to ship it in the tarball. Fixes: 44df06211cf2c301f6ef "autotools: include git_sha1.h in dist tarball" Fixes: 471f708ed6f4787813d0 "git_sha1: simplify logic" Signed-off-by: Eric Engestrom Reviewed-by: Juan A. Suarez Reviewed-by: Emil Velikov --- diff --git a/src/Makefile.am b/src/Makefile.am index 412510f435b..c4fcd8a9248 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ git_sha1.h: BUILT_SOURCES = git_sha1.h CLEANFILES = $(BUILT_SOURCES) -EXTRA_DIST = git_sha1.h meson.build +EXTRA_DIST = meson.build SUBDIRS = . gtest util mapi/glapi/gen mapi