-code deduplication in rsa sign/verify code
[oweals/gnunet.git] / src / util / Makefile.am
index 48b8e350e79c1e63a25f236fc765be15e5284102..28d3d6a3e5a399c4638841b09474c380e1609895 100644 (file)
@@ -74,6 +74,7 @@ libgnunetutil_la_SOURCES = \
   container_slist.c \
   crypto_aes.c \
   crypto_crc.c \
+  crypto_ecc.c \
   crypto_hash.c \
   crypto_hkdf.c \
   crypto_kdf.c \
@@ -149,7 +150,7 @@ gnunet_rsa_SOURCES = \
  gnunet-rsa.c         
 gnunet_rsa_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(GN_LIBINTL)
+  $(GN_LIBINTL) -lgcrypt
 gnunet_rsa_DEPENDENCIES = \
   libgnunetutil.la