Fix 'make distcheck' by adding .version to EXTRA_DISTI

Commit 1648066f16 introduced
osmocom-style git-version-gen, .version, etc. - but failed
to include .version in the EXTRA_DIST list of files.

Change-Id: If191e82677d851ca486ec78da6643958d05eb5f6
This commit is contained in:
Harald Welte 2017-10-04 08:06:42 +08:00
parent 6619771750
commit 4a82bb9969
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ EXTRA_DIST = src/Makefile.am\
test_apps/esme.xml\
test_apps/sendwp.xml\
test_apps/recv_and_unpack.inc \
README.md
README.md \
.version
@RELMAKE@