From a227ee6d1bd979ae87ab9afda27f180c840313bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Mar 2022 13:57:43 +0200 Subject: -first cut at contract encryption and decryption --- src/util/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/Makefile.am') 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 = \ -- cgit v1.2.3