From: Juan A. Suarez Romero Date: Mon, 20 Aug 2018 11:38:23 +0000 (+0200) Subject: autotools: include git_sha1.h in dist tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44df06211cf2c301f6ef9520c657ead369f99aeb;p=mesa.git autotools: include git_sha1.h in dist tarball This fixes `make distcheck`. Fixes: 471f708ed6 ("git_sha1: simplify logic") CC: Eric Engestrom Reviewed-by: Dylan Baker --- diff --git a/src/Makefile.am b/src/Makefile.am index 396865cbe55..412510f435b 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.in meson.build +EXTRA_DIST = git_sha1.h meson.build SUBDIRS = . gtest util mapi/glapi/gen mapi