commit d6c10226a52c55791e355ec26fea255cefba9f00 parent 96417dcdf5e17b1376293729687af189a1f863b3 Author: Florian Dold <florian@dold.me> Date: Fri, 4 Nov 2022 12:40:14 +0100 repo: include sub-package ./configure in 'make dist' Diffstat:
| M | Makefile | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -11,7 +11,11 @@ include .config.mk .PHONY: dist dist: - $(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz + $(git-archive-all) \ + --include ./configure \ + --include ./packages/taler-wallet-cli/configure \ + --include ./packages/demobank-ui/configure \ + taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz # Create tarball with git hash prefix in name .PHONY: dist-git