summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-28 13:57:43 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-03-28 13:57:43 +0200
commita227ee6d1bd979ae87ab9afda27f180c840313bf (patch)
tree4f3a5e0c92dd853f87de01083d00a3500252d8aa /src/util/Makefile.am
parentee4077ef8001e0570a0333ed6b24c69eb2504760 (diff)
downloadexchange-a227ee6d1bd979ae87ab9afda27f180c840313bf.tar.gz
exchange-a227ee6d1bd979ae87ab9afda27f180c840313bf.tar.bz2
exchange-a227ee6d1bd979ae87ab9afda27f180c840313bf.zip
-first cut at contract encryption and decryption
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 8ef9e146d..b92c427b0 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -105,8 +105,11 @@ libtalerutil_la_SOURCES = \
libtalerutil_la_LIBADD = \
-lgnunetutil \
+ -lsodium \
+ -ljansson \
$(LIBGCRYPT_LIBS) \
-lmicrohttpd $(XLIB) \
+ -lz \
-lm
libtalerutil_la_LDFLAGS = \