diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2014-06-15 18:47:03 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2014-06-15 18:47:03 +0200 |
commit | e28bc6876d127e1165dc7ad2ea96b585a1161ec6 (patch) | |
tree | 8d23e27eb38d406af4b3133e6b62476970f7e776 | |
parent | da73aa640e8dc22a199d651b44d45e2569a6f9b1 (diff) |
build: Add .version to EXTRA_DIST
This is required to make distcheck work and apparently that's
the "good way" to do it.
See http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/27780
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a77bd8f3..717d3db0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ $(top_srcdir)/.version: dist-hook: echo $(VERSION) > $(distdir)/.tarball-version -EXTRA_DIST = git-version-gen +EXTRA_DIST = git-version-gen .version if HAVE_DOXYGEN |