diff options
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 1e7ba612..d94bb7bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ dist-hook: # This works with GNU tar and gives cleaner package than normal 'make dist'. mydist: + sh "$(srcdir)/src/liblzma/validate_map.sh" VERSION=$(VERSION); \ if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \ SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \ |