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>
This commit is contained in:
Sylvain Munaut 2014-06-15 18:47:03 +02:00
parent da73aa640e
commit e28bc6876d
1 changed files with 1 additions and 1 deletions

View File

@ -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