aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-17 19:58:40 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-17 20:01:05 +0200
commit2be21d379f34329dd38b66242701549731261828 (patch)
treedfc364b54ab4901f1bfdcfe85c461abe10c54895 /src/util/Makefile.am
parent0c053ecbf57987b2f03f661bc09b9fabf8aae63f (diff)
downloadgnunet-2be21d379f34329dd38b66242701549731261828.tar.gz
gnunet-2be21d379f34329dd38b66242701549731261828.zip
add argon2 for LSD0001
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index ae72abb44..fed0dad79 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -133,6 +133,7 @@ libgnunetutil_la_LIBADD = \
133 $(LIBIDN) $(LIBIDN2) \ 133 $(LIBIDN) $(LIBIDN2) \
134 $(Z_LIBS) \ 134 $(Z_LIBS) \
135 -lunistring \ 135 -lunistring \
136 -largon2 \
136 $(XLIB) \ 137 $(XLIB) \
137 $(PTHREAD) 138 $(PTHREAD)
138 139