diff options
author | Eric Engestrom <[email protected]> | 2018-08-21 12:57:00 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-08-21 15:30:56 +0100 |
commit | 6ff1c479968819b93c46d24bd898e89ce14ac401 (patch) | |
tree | f5d34e940e402a6941ff430358fdfae272baa920 /src | |
parent | 81fe9bdf6d69b4bacf5adfb9f54fe304398fbf7b (diff) |
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 <[email protected]>
Reviewed-by: Juan A. Suarez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |