aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2014-06-15 18:47:03 +0200
committerSylvain Munaut <tnt@246tNt.com>2014-06-15 18:47:03 +0200
commite28bc6876d127e1165dc7ad2ea96b585a1161ec6 (patch)
tree8d23e27eb38d406af4b3133e6b62476970f7e776 /Makefile.am
parentda73aa640e8dc22a199d651b44d45e2569a6f9b1 (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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