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 | Merge pull request #3225 from donaldsharp/revert_default_originate_changes (diff) | |
download | frr-06871ed9fbc2276922cf5a22fe0079ef89eb66b9.tar.xz frr-06871ed9fbc2276922cf5a22fe0079ef89eb66b9.zip |
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 474f8ab5b..9a7b7ad35 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 \ |