Skip to content

Commit

Permalink
ensure that commit_hash.h is included in the source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent f014af3 commit 6274b62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,11 @@ commit_hash.h: FORCE
echo "Using existing commit_hash.h"; \
fi

# Ensure that commit_hash.h is included in the source tarball.
dist-hook:
test -f commit_hash.h || $(MAKE) commit_hash.h
cp commit_hash.h $(distdir)/

FORCE:

.PHONY: FORCE
Expand Down

0 comments on commit 6274b62

Please sign in to comment.