summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 6f21d0d..4659a6d 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -355,6 +355,12 @@ def get_repos(envname):
build_libeufin,
),
Repo(
+ "libmicrohttpd",
+ "git://git.gnunet.org/libmicrohttpd.git",
+ [],
+ build_libmicrohttpd,
+ ),
+ Repo(
"gnunet",
"git://git.gnunet.org/gnunet.git",
["libmicrohttpd"],