aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-06 13:09:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-06 13:09:44 +0000
commit41d2fbdfcf63e1093a9ec4c8c3d948754d945350 (patch)
tree8bce434a129eeaf1fbd1f963209a2b7f8a65bcef /src/util
parent867f1fee25a4d2816d37006daedda1a40e839ade (diff)
downloadgnunet-41d2fbdfcf63e1093a9ec4c8c3d948754d945350.tar.gz
gnunet-41d2fbdfcf63e1093a9ec4c8c3d948754d945350.zip
-linker fix
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 48b8e350e..25cc9bef5 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -149,7 +149,7 @@ gnunet_rsa_SOURCES = \
149 gnunet-rsa.c 149 gnunet-rsa.c
150gnunet_rsa_LDADD = \ 150gnunet_rsa_LDADD = \
151 $(top_builddir)/src/util/libgnunetutil.la \ 151 $(top_builddir)/src/util/libgnunetutil.la \
152 $(GN_LIBINTL) 152 $(GN_LIBINTL) -lgcrypt
153gnunet_rsa_DEPENDENCIES = \ 153gnunet_rsa_DEPENDENCIES = \
154 libgnunetutil.la 154 libgnunetutil.la
155 155