diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-08-20 13:38:23 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-08-20 18:43:50 +0200 |
commit | 44df06211cf2c301f6ef9520c657ead369f99aeb (patch) | |
tree | 6757f67e826100368e197b694fe80f4ba3408f18 | |
parent | 0cef0cccf51fc20d797edef458a09af73108260c (diff) |
autotools: include git_sha1.h in dist tarball
This fixes `make distcheck`.
Fixes: 471f708ed6 ("git_sha1: simplify logic")
CC: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
-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 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 |