aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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