diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-06-30 11:23:57 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-06-30 16:15:54 +0200 |
commit | 5355107034908b6d0430f25f0537b06f92fdd320 (patch) | |
tree | 6d5385ef38d5ca1ece2b9cc396d751235c5b8734 /Makefile.am | |
parent | 7fd08177a631a6d4223d79d71a299d61870f9485 (diff) |
automake: include git_sha1_gen.sh into EXTRA_DIST
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fee132e9726..d1eadee1e1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ EXTRA_DIST = \ common.py \ docs \ doxygen \ + git_sha1_gen.sh \ scons \ SConstruct |