summaryrefslogtreecommitdiff
path: root/taler-build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r--taler-build/Makefile17
1 files changed, 14 insertions, 3 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index d40e085..954e4b2 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -1,10 +1,10 @@
-all: exchange-stamp bank-stamp merchant-stamp
+all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp
exchange-stamp: gnunet-stamp
~/deployment/taler-build/update_exchange.sh
touch $@
-gnunet-stamp:
+gnunet-stamp: libmicrohttpd-stamp libgnurl-stamp
~/deployment/taler-build/update_gnunet.sh
touch $@
@@ -12,7 +12,18 @@ bank-stamp: exchange-stamp
~/deployment/taler-build/update_bank.sh
touch $@
-
merchant-stamp: exchange-stamp
~/deployment/taler-build/update_merchant.sh
touch $@
+
+libmicrohttpd-stamp:
+ ~/deployment/taler-build/update_libmicrohttpd.sh
+ touch $@
+
+libgnurl-stamp:
+ ~/deployment/taler-build/update_libgnurl.sh
+ touch $@
+
+merchant-frontends-stamp:
+ ~/deployment/taler-build/update_merchant_frontends.sh
+ touch $@