Mesa (master): autotools: include git_sha1.h in dist tarball

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 20 16:56:12 UTC 2018


Module: Mesa
Branch: master
Commit: 44df06211cf2c301f6ef9520c657ead369f99aeb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44df06211cf2c301f6ef9520c657ead369f99aeb

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon Aug 20 13:38:23 2018 +0200

autotools: include git_sha1.h in dist tarball

This fixes `make distcheck`.

Fixes: 471f708ed6 ("git_sha1: simplify logic")
CC: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 396865cbe5..412510f435 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
 




More information about the mesa-commit mailing list