summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-04 12:40:14 +0100
committerFlorian Dold <florian@dold.me>2022-11-04 12:40:14 +0100
commitd6c10226a52c55791e355ec26fea255cefba9f00 (patch)
tree662f74d0cbc112f235ebabdde5df599bc9f27801 /Makefile
parent96417dcdf5e17b1376293729687af189a1f863b3 (diff)
downloadwallet-core-d6c10226a52c55791e355ec26fea255cefba9f00.tar.gz
wallet-core-d6c10226a52c55791e355ec26fea255cefba9f00.tar.bz2
wallet-core-d6c10226a52c55791e355ec26fea255cefba9f00.zip
repo: include sub-package ./configure in 'make dist'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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