From e28bc6876d127e1165dc7ad2ea96b585a1161ec6 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 15 Jun 2014 18:47:03 +0200 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a77bd8f3c..717d3db02 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