diff options
| author | David Lamparter <equinox@diac24.net> | 2018-10-23 14:06:25 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2018-10-24 15:11:50 +0200 | 
| commit | 06871ed9fbc2276922cf5a22fe0079ef89eb66b9 (patch) | |
| tree | b6a436778d516841721ec676422a3263be37decf /Makefile.am | |
| parent | 0558dc67a349b5a5aa6660d13b2e991195204d25 (diff) | |
build: carry --with-pkg-extra-version into tarballs
If we use "./configure --with-pkg-extra-version=... && make dist", we
probably want the dist tarball to remember the extra version it was
configured with.
Use --without-pkg-extra-version to kill the tag.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 474f8ab5b5..9a7b7ad359 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,6 +161,7 @@ EXTRA_DIST += \  	README.md \  	m4/README.txt \  	m4/libtool-whole-archive.patch \ +	config.version \  	\  	python/clidef.py \  	python/clippy/__init__.py \  | 
