From d6c10226a52c55791e355ec26fea255cefba9f00 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 4 Nov 2022 12:40:14 +0100 Subject: repo: include sub-package ./configure in 'make dist' --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05f179624..a7cc378b7 100644 --- 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 -- cgit v1.2.3