misc: Put git-version-gen into the tarball

autoreconf does not work on released tarballs due the
missing git-version-gen. Add it.
This commit is contained in:
Holger Hans Peter Freyther 2011-07-17 12:13:31 +02:00
parent e0aa5bb9f7
commit ec4f160e2d
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ $(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@ echo $(VERSION) > $@-t && mv $@-t $@
dist-hook: dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version echo $(VERSION) > $(distdir)/.tarball-version
EXTRA_DIST = git-version-gen