Skip to content

Commit

Permalink
automake: Add git-version-gen to EXTRA_DIST and add .tarball-version …
Browse files Browse the repository at this point in the history
…hook
  • Loading branch information
nikias committed Feb 10, 2022
1 parent 064fcbf commit d993f31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools docs

EXTRA_DIST = \
README.md
README.md \
git-version-gen

dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version

0 comments on commit d993f31

Please sign in to comment.